S0h9l commited on
Commit
2c8b634
·
1 Parent(s): c1fbf43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),"text"],
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()