englissi commited on
Commit
1592f6a
ยท
verified ยท
1 Parent(s): a8cd458

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ def text_to_speech_korean(text):
14
  # Gradio ์ธํ„ฐํŽ˜์ด์Šค ์„ค์ •
15
  iface = gr.Interface(
16
  fn=text_to_speech_korean,
17
- inputs=gr.inputs.Textbox(label="ํ•œ๊ตญ์–ด ํ…์ŠคํŠธ ์ž…๋ ฅ"),
18
- outputs=gr.outputs.Audio(type="file", label="TTS ์ถœ๋ ฅ"),
19
  title="ํ•œ๊ตญ์–ด TTS",
20
  description="ํ•œ๊ตญ์–ด ํ…์ŠคํŠธ๋ฅผ ์ž…๋ ฅํ•˜๋ฉด TTS๋กœ ์Œ์„ฑ ์ถœ๋ ฅํ•ฉ๋‹ˆ๋‹ค."
21
  )
 
14
  # Gradio ์ธํ„ฐํŽ˜์ด์Šค ์„ค์ •
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
  )