ihanif commited on
Commit
db38d31
1 Parent(s): 1821ba9

Update 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)
 
79
  with demo:
80
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
81
 
82
+ demo.launch()