Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,5 +62,5 @@ gr.Interface(
|
|
62 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
63 |
gr.Radio(label="Language", choices=LANGUAGES, value="en")
|
64 |
],
|
65 |
-
outputs=[gr.Audio(label="Output",type="filepath"),"
|
66 |
live=True).launch()
|
|
|
62 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
63 |
gr.Radio(label="Language", choices=LANGUAGES, value="en")
|
64 |
],
|
65 |
+
outputs=[gr.Audio(label="Output",type="filepath"),gr.outputs.Textbox(label="Generated Text")],
|
66 |
live=True).launch()
|