Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,6 @@ def translate_speech(audio_file):
|
|
72 |
|
73 |
return 16000, synthesised_speech
|
74 |
|
75 |
-
|
76 |
# Define the Gradio interface
|
77 |
iface = gr.Interface(
|
78 |
fn=translate_speech,
|
|
|
72 |
|
73 |
return 16000, synthesised_speech
|
74 |
|
|
|
75 |
# Define the Gradio interface
|
76 |
iface = gr.Interface(
|
77 |
fn=translate_speech,
|