Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -387,7 +387,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 387 |
|
| 388 |
""", elem_id="about")
|
| 389 |
|
| 390 |
-
audio_r_translate.click(translate_better,
|
| 391 |
inputs = record_input,
|
| 392 |
outputs = [
|
| 393 |
#language_detected_output,
|
|
|
|
| 387 |
|
| 388 |
""", elem_id="about")
|
| 389 |
|
| 390 |
+
audio_r_translate.click(translate_better,
|
| 391 |
inputs = record_input,
|
| 392 |
outputs = [
|
| 393 |
#language_detected_output,
|