ckandemir commited on
Commit
f6b546f
1 Parent(s): a7631f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ file_translate = gr.Interface(
82
  with demo:
83
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
84
 
85
- demo.launch(share=True)
86
 
87
 
88
 
 
82
  with demo:
83
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
84
 
85
+ demo.launch()
86
 
87
 
88