Tonic commited on
Commit
c9a1e39
1 Parent(s): ce0665c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,5 +151,5 @@ Join us : 🌟TeamTonic🌟 is always making cool demos! Join our active builder
151
  with demo:
152
  gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
153
 
154
- demo.launch(enable_queue=True)
155
 
 
151
  with demo:
152
  gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
153
 
154
+ demo.launch()
155