ccibeekeoc42 commited on
Commit
2215e0d
1 Parent(s): fd918a1

removed share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ file_transcribe = gr.Interface(
98
  with demo:
99
  gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
100
 
101
- demo.launch(enable_queue=True, share=True)
 
98
  with demo:
99
  gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
100
 
101
+ demo.launch(enable_queue=True)