Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def text_to_speech_korean(text):
|
|
15 |
iface = gr.Interface(
|
16 |
fn=text_to_speech_korean,
|
17 |
inputs=gr.Textbox(label="한국어 텍스트 입력"),
|
18 |
-
outputs=gr.Audio(type="
|
19 |
title="한국어 TTS",
|
20 |
description="한국어 텍스트를 입력하면 TTS로 음성 출력합니다."
|
21 |
)
|
|
|
15 |
iface = gr.Interface(
|
16 |
fn=text_to_speech_korean,
|
17 |
inputs=gr.Textbox(label="한국어 텍스트 입력"),
|
18 |
+
outputs=gr.Audio(type="filepath", label="TTS 출력"),
|
19 |
title="한국어 TTS",
|
20 |
description="한국어 텍스트를 입력하면 TTS로 음성 출력합니다."
|
21 |
)
|