Teapack1 commited on
Commit
8a8246a
·
1 Parent(s): 28335ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ def transcribe(audio):
13
 
14
 
15
  demo = gr.Interface(
16
- fn=transcribe, inputs=gr.Audio(sources="microphone", type="filepath"), outputs=gr.outputs.Textbox()
17
  )
18
 
19
- demo.launch()
 
13
 
14
 
15
  demo = gr.Interface(
16
+ fn=transcribe, inputs=gr.Audio(sources="microphone"), outputs=gr.outputs.Textbox(),
17
  )
18
 
19
+ demo.launch(debug=True)