vumichien commited on
Commit
677e398
1 Parent(s): 0061549

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -48,8 +48,7 @@ iface = gr.Interface(
48
  inputs=[
49
  gr.Audio(source="microphone", type="filepath", streaming=False),
50
  ],
51
- outputs=[
52
- "textbox", label="Interpreted text"
53
- ],
54
  )
55
  iface.launch(enable_queue=True, debug=True)
 
48
  inputs=[
49
  gr.Audio(source="microphone", type="filepath", streaming=False),
50
  ],
51
+ outputs=gr.outputs.Textbox(label="Interpreted text")
52
+ ,
 
53
  )
54
  iface.launch(enable_queue=True, debug=True)