rbcurzon_laptop commited on
Commit
ee67328
·
1 Parent(s): b4db1a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,4 +219,4 @@ mf_transcribe = gr.Interface(
219
  with demo:
220
  gr.TabbedInterface([mf_transcribe], ["Microphone"])
221
 
222
- demo.launch(enable_queue=True)
 
219
  with demo:
220
  gr.TabbedInterface([mf_transcribe], ["Microphone"])
221
 
222
+ demo.launch(debug=True)