model-man commited on
Commit
164876c
·
1 Parent(s): ac2cf61

Update app.py

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