bwilkie commited on
Commit
659f607
·
1 Parent(s): 792b8dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,5 +72,5 @@ file_translate = gr.Interface(
72
  with demo:
73
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
74
 
75
- # demo.launch()
76
- demo.launch(share=True)
 
72
  with demo:
73
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
74
 
75
+ demo.launch()
76
+ # demo.launch(share=True)