Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ output_textbox = gr.outputs.Textbox(label="Translated Text")
|
|
143 |
iface = gr.Interface(
|
144 |
fn=run_my_code,
|
145 |
inputs=[gr.inputs.Audio(source="microphone", type="filepath", label="Record something (in American English accent)"), gr.inputs.Radio(["Hindi", "Gujrati", "Bengali", "Tamil", "Nepali", "Marathi"], label="Language")],
|
146 |
-
outputs=[output_textbox, gr.outputs.Audio(label="Output speech", type="filepath"
|
147 |
title="English to Indic Language Translator")
|
148 |
|
149 |
# Launch the interface
|
|
|
143 |
iface = gr.Interface(
|
144 |
fn=run_my_code,
|
145 |
inputs=[gr.inputs.Audio(source="microphone", type="filepath", label="Record something (in American English accent)"), gr.inputs.Radio(["Hindi", "Gujrati", "Bengali", "Tamil", "Nepali", "Marathi"], label="Language")],
|
146 |
+
outputs=[output_textbox, gr.outputs.Audio(label="Output speech", type="filepath")],
|
147 |
title="English to Indic Language Translator")
|
148 |
|
149 |
# Launch the interface
|