Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ iface = gr.Interface(
|
|
137 |
fn=run_my_code,
|
138 |
inputs=[gr.inputs.Audio(source="microphone", type="filepath", label="Record something (in American/British English Accent)..."), gr.inputs.Radio(["Hindi", "French", "German"], label="Language")],
|
139 |
outputs=output_textbox,
|
140 |
-
title="English to
|
141 |
|
142 |
# Launch the interface
|
143 |
iface.launch()
|
|
|
137 |
fn=run_my_code,
|
138 |
inputs=[gr.inputs.Audio(source="microphone", type="filepath", label="Record something (in American/British English Accent)..."), gr.inputs.Radio(["Hindi", "French", "German"], label="Language")],
|
139 |
outputs=output_textbox,
|
140 |
+
title="English Speech to Text Translator")
|
141 |
|
142 |
# Launch the interface
|
143 |
iface.launch()
|