amarchheda commited on
Commit
1701c77
1 Parent(s): e261893

enable queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,4 +194,4 @@ mf_transcribe = gr.Interface(
194
  allow_flagging="never",
195
  css = css
196
  )
197
- mf_transcribe.launch(share=True)
 
194
  allow_flagging="never",
195
  css = css
196
  )
197
+ mf_transcribe.launch(enable_queue=True)