pragsGit commited on
Commit
2d6a6f9
1 Parent(s): 8315a0d

Update app.py

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