Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -219,6 +219,7 @@ playground = gr.Blocks()
|
|
219 |
|
220 |
with playground:
|
221 |
create_playground_header()
|
|
|
222 |
with gr.Tabs():
|
223 |
## ================================================================================================================================
|
224 |
## Speech Translator
|
@@ -275,9 +276,6 @@ with playground:
|
|
275 |
|
276 |
submit_button.click(start_process, inputs=[input_audio, source_lang, target_lang], outputs=[transcipted_text, translated_text, translated_speech])
|
277 |
|
278 |
-
|
279 |
-
|
280 |
-
with gr.Tabs():
|
281 |
## ================================================================================================================================
|
282 |
## Image Captioning
|
283 |
## ================================================================================================================================
|
|
|
219 |
|
220 |
with playground:
|
221 |
create_playground_header()
|
222 |
+
|
223 |
with gr.Tabs():
|
224 |
## ================================================================================================================================
|
225 |
## Speech Translator
|
|
|
276 |
|
277 |
submit_button.click(start_process, inputs=[input_audio, source_lang, target_lang], outputs=[transcipted_text, translated_text, translated_speech])
|
278 |
|
|
|
|
|
|
|
279 |
## ================================================================================================================================
|
280 |
## Image Captioning
|
281 |
## ================================================================================================================================
|