spygaurad commited on
Commit
3165cb1
·
1 Parent(s): e1d0596

Revert "Added share option"

Browse files

This reverts commit e1d05967e252796ee7410aad20479da0a9dcf053.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,4 +94,4 @@ yt_transcribe = gr.Interface(
94
  with demo:
95
  gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
96
 
97
- demo.launch(enable_queue=True, share=True)
 
94
  with demo:
95
  gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
96
 
97
+ demo.launch(enable_queue=True)