englissi commited on
Commit
8137884
·
verified ·
1 Parent(s): 1592f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="file", label="TTS 출력"),
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
  )