Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with playground:
|
|
114 |
|
115 |
with gr.Row():
|
116 |
gr.Examples(
|
117 |
-
examples=["sample.wav"
|
118 |
inputs=[input_audio],
|
119 |
outputs=[transcipted_text, translated_speech, translated_text],
|
120 |
run_on_click=True, cache_examples=True, fn=start_process
|
|
|
114 |
|
115 |
with gr.Row():
|
116 |
gr.Examples(
|
117 |
+
examples=["sample.wav"],
|
118 |
inputs=[input_audio],
|
119 |
outputs=[transcipted_text, translated_speech, translated_text],
|
120 |
run_on_click=True, cache_examples=True, fn=start_process
|