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

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(debug=True, share=True)
 
65
  with demo:
66
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
67
 
68
+ demo.launch()