Spaces:
Build error
Build error
积极的屁孩 commited on
Commit ·
eb74572
1
Parent(s): c65b183
adjust badges
Browse files
app.py
CHANGED
|
@@ -701,7 +701,7 @@ with gr.Blocks(title="Vevo DEMO") as demo:
|
|
| 701 |
|
| 702 |
tts_button.click(
|
| 703 |
vevo_tts,
|
| 704 |
-
inputs=[tts_text, tts_reference, tts_timbre_reference, tts_style_ref_text, tts_src_language,
|
| 705 |
outputs=tts_output
|
| 706 |
)
|
| 707 |
|
|
|
|
| 701 |
|
| 702 |
tts_button.click(
|
| 703 |
vevo_tts,
|
| 704 |
+
inputs=[tts_text, tts_reference, tts_timbre_reference, tts_style_ref_text, tts_src_language, tts_style_ref_text_language],
|
| 705 |
outputs=tts_output
|
| 706 |
)
|
| 707 |
|