Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ output_textbox = gr.outputs.Textbox(label="The Translated Text is:")
|
|
135 |
# Create a Gradio interface
|
136 |
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"], label="Language")],
|
139 |
outputs=output_textbox,
|
140 |
title="English to Hindi/French Translator")
|
141 |
|
|
|
135 |
# Create a Gradio interface
|
136 |
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 Hindi/French Translator")
|
141 |
|