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

Update app.py

Browse files

removed share=true due to error

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(share=True)
 
77
  with demo:
78
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
79
 
80
+ demo.launch()