sabya87 commited on
Commit
3fb81b6
·
1 Parent(s): d5d0cd9

Update app.py

Browse files

added share=True in launch()

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