weiliming commited on
Commit
240f8ad
·
1 Parent(s): b230689

close share

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -107,4 +107,5 @@ file_translate = gr.Interface(
107
  with demo:
108
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
109
 
 
110
  demo.launch(share=True)
 
107
  with demo:
108
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
109
 
110
+ # demo.launch(share=True)
111
  demo.launch(share=True)