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

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)
 
54
  with demo:
55
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
56
 
57
+ demo.launch(debug=True, share=True)