Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ iface = gr.Interface(
|
|
16 |
fn=text_to_speech,
|
17 |
inputs=[
|
18 |
gr.Textbox(lines=2, placeholder="μμ± μμ±μ μν΄ ν
μ€νΈλ₯Ό μ
λ ₯νμΈμ"),
|
19 |
-
gr.Dropdown(label="μΈμ΄ μ ν", choices=["en", "es", "de", "fr", "ko"],
|
20 |
],
|
21 |
outputs=gr.Audio(type="filepath", label="μμ±λ μμ±"),
|
22 |
)
|
|
|
16 |
fn=text_to_speech,
|
17 |
inputs=[
|
18 |
gr.Textbox(lines=2, placeholder="μμ± μμ±μ μν΄ ν
μ€νΈλ₯Ό μ
λ ₯νμΈμ"),
|
19 |
+
gr.Dropdown(label="μΈμ΄ μ ν", choices=["en", "es", "de", "fr", "ko"], value="ko")
|
20 |
],
|
21 |
outputs=gr.Audio(type="filepath", label="μμ±λ μμ±"),
|
22 |
)
|