AK-12 commited on
Commit
38d8042
·
1 Parent(s): 29f3563

update app.py

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