Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,9 +11,9 @@ iface = gr.Interface(
|
|
11 |
fn=text_to_speech,
|
12 |
inputs=["text", "select"],
|
13 |
outputs="audio",
|
14 |
-
title="
|
15 |
-
description="
|
16 |
-
examples=[["
|
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 |
|