Alexndem commited on
Commit
f2e80e9
1 Parent(s): 9bf9f5e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,5 +98,5 @@ file_translate = gr.Interface(
98
  with demo:
99
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "File"])
100
 
101
- demo.launch()
102
 
 
98
  with demo:
99
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "File"])
100
 
101
+ demo.launch(share=True)
102