KaiShin1885 commited on
Commit
c34f6f1
ยท
verified ยท
1 Parent(s): bce6db8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -11,9 +11,9 @@ iface = gr.Interface(
11
  fn=text_to_speech,
12
  inputs=["text", "select"],
13
  outputs="audio",
14
- title="Text to Speech",
15
- description="Enter a text and select a language to hear it spoken",
16
- examples=[["Hello, world!", "en"], ["Bonjour, monde!", "fr"]],
17
  allow_flagging="never"
18
  )
19
 
 
11
  fn=text_to_speech,
12
  inputs=["text", "select"],
13
  outputs="audio",
14
+ title="ํ…์ŠคํŠธ ์Œ์„ฑ ๋ณ€ํ™˜",
15
+ description="ํ…์ŠคํŠธ๋ฅผ ์ž…๋ ฅํ•˜๊ณ  ์–ธ์–ด๋ฅผ ์„ ํƒํ•˜์—ฌ ์Œ์„ฑ์„ ๋“ฃ์„ธ์š”",
16
+ examples=[["์•ˆ๋…•ํ•˜์„ธ์š”, ์„ธ๊ณ„!", "ko"], ["Bonjour, monde!", "fr"]],
17
  allow_flagging="never"
18
  )
19