Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,4 +107,6 @@ with playground:
|
|
107 |
with gr.Column():
|
108 |
clear_button = gr.ClearButton(components=[input_audio, transcipted_text, translated_speech, translated_text], value="Clear")
|
109 |
|
110 |
-
submit_button.click(start_process, inputs=[input_audio], outputs=[transcipted_text, translated_speech, translated_text])
|
|
|
|
|
|
107 |
with gr.Column():
|
108 |
clear_button = gr.ClearButton(components=[input_audio, transcipted_text, translated_speech, translated_text], value="Clear")
|
109 |
|
110 |
+
submit_button.click(start_process, inputs=[input_audio], outputs=[transcipted_text, translated_speech, translated_text])
|
111 |
+
|
112 |
+
playground.launch()
|