Spaces:
Sleeping
Sleeping
Commit ·
9b47037
1
Parent(s): 278264b
Simplify Examples and fix launch config
Browse files- app_gradio.py +1 -4
app_gradio.py
CHANGED
|
@@ -99,10 +99,7 @@ with gr.Blocks(
|
|
| 99 |
["Akpe na wo", "Ewe"],
|
| 100 |
["Mina nye ŋutsu", "Mina"],
|
| 101 |
],
|
| 102 |
-
inputs=[text_input, language_dropdown]
|
| 103 |
-
outputs=audio_output,
|
| 104 |
-
fn=text_to_speech,
|
| 105 |
-
cache_examples=False
|
| 106 |
)
|
| 107 |
|
| 108 |
if __name__ == "__main__":
|
|
|
|
| 99 |
["Akpe na wo", "Ewe"],
|
| 100 |
["Mina nye ŋutsu", "Mina"],
|
| 101 |
],
|
| 102 |
+
inputs=[text_input, language_dropdown]
|
|
|
|
|
|
|
|
|
|
| 103 |
)
|
| 104 |
|
| 105 |
if __name__ == "__main__":
|