jvalero commited on
Commit
b0208a0
1 Parent(s): 88d7f49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ file_transcribe = gr.Interface(
55
  with demo:
56
  gr.TabbedInterface([file_transcribe], ["Transcribe Audio File"])
57
 
58
- demo.launch(enable_queue=True)
 
55
  with demo:
56
  gr.TabbedInterface([file_transcribe], ["Transcribe Audio File"])
57
 
58
+ demo.launch()