Bolakubus commited on
Commit
b2742fe
1 Parent(s): 64d038e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,4 +79,4 @@ file_translate = gr.Interface(
79
  with demo:
80
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
81
 
82
- demo.launch(share=True, debug=False)
 
79
  with demo:
80
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
81
 
82
+ demo.launch(share=False, debug=False)