vadhri commited on
Commit
b98b69c
1 Parent(s): 4fb49ab

Update app.py

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