Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ install_fairseq()
|
|
121 |
#input_textbox = gr.inputs.Textbox(label="test2.wav")
|
122 |
#input=gr.inputs.Audio(source="microphone", type="filepath", label="Record something (in English)...")
|
123 |
#audio=convert_audio_to_16k_wav(input)
|
124 |
-
output_textbox = gr.outputs.Textbox(label="
|
125 |
|
126 |
# Create a Gradio interface
|
127 |
iface = gr.Interface(
|
|
|
121 |
#input_textbox = gr.inputs.Textbox(label="test2.wav")
|
122 |
#input=gr.inputs.Audio(source="microphone", type="filepath", label="Record something (in English)...")
|
123 |
#audio=convert_audio_to_16k_wav(input)
|
124 |
+
output_textbox = gr.outputs.Textbox(label="The Translated Text is:")
|
125 |
|
126 |
# Create a Gradio interface
|
127 |
iface = gr.Interface(
|