ccibeekeoc42 commited on
Commit
59c6107
Β·
verified Β·
1 Parent(s): 6573009

Update app.py

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