catactivationsound commited on
Commit
226abad
·
1 Parent(s): fbd1328

Update app.py

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