BoburAmirov commited on
Commit
00862bb
1 Parent(s): 059d116

gradio check version

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,4 +186,4 @@ yt_transcribe = gr.Interface(
186
  with demo:
187
  gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
188
 
189
- demo.launch(share=True, enable_queue=True)
 
186
  with demo:
187
  gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
188
 
189
+ demo.launch(enable_queue=True)