Spaces:
Running
Running
Commit
Β·
f90cfe8
1
Parent(s):
150e1e4
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks() as demo:
|
|
55 |
text_input = gr.Textbox(label="μμ±μΌλ‘ μμ±ν ν
μ€νΈλ₯Ό μ
λ ₯νμΈμ.(100κΈμ μ΄λ΄ μ ν μ€μ λμ΄, μ΄κ³Όμ μμ± μμ±μ΄ μ νλ©λλ€.)")
|
56 |
voice_choice = gr.Dropdown(choices=["λ¨μ±AI", "μ¬μ±AI", "μ°¨μΉμ", "κΉμ μ", "λ
Έλ¬΄ν", "κΆμ", "μ€μμ΄"], label="μμ± μ ν")
|
57 |
submit_button = gr.Button("μμ±")
|
58 |
-
audio_output = gr.Audio(label="μμ±λ μ€λμ€")
|
59 |
|
60 |
submit_button.click(
|
61 |
fn=generate_audio,
|
|
|
55 |
text_input = gr.Textbox(label="μμ±μΌλ‘ μμ±ν ν
μ€νΈλ₯Ό μ
λ ₯νμΈμ.(100κΈμ μ΄λ΄ μ ν μ€μ λμ΄, μ΄κ³Όμ μμ± μμ±μ΄ μ νλ©λλ€.)")
|
56 |
voice_choice = gr.Dropdown(choices=["λ¨μ±AI", "μ¬μ±AI", "μ°¨μΉμ", "κΉμ μ", "λ
Έλ¬΄ν", "κΆμ", "μ€μμ΄"], label="μμ± μ ν")
|
57 |
submit_button = gr.Button("μμ±")
|
58 |
+
audio_output = gr.Audio(label="μμ±λ μ€λμ€", type="audio/mp3")
|
59 |
|
60 |
submit_button.click(
|
61 |
fn=generate_audio,
|