Spaces:
dataprizma
/

mrmuminov commited on
Commit
d1c8acf
1 Parent(s): 0f7c473

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,5 +144,5 @@ yt_transcribe = gr.Interface(
144
  with demo:
145
  gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
146
 
147
- demo.launch(enable_queue=True)
148
 
 
144
  with demo:
145
  gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
146
 
147
+ demo.launch()
148