ccibeekeoc42 commited on
Commit
fd918a1
1 Parent(s): 00a87e1

Added share=True to create public link

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)
 
98
  with demo:
99
  gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
100
 
101
+ demo.launch(enable_queue=True, share=True)