edchengg commited on
Commit
1f1863f
1 Parent(s): 84acd08
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ demo = gr.Interface(fn=asr, inputs="text",
32
  gr.outputs.Textbox(label="Chinese"),
33
  ])
34
 
35
- demo.launch(share=True)
 
32
  gr.outputs.Textbox(label="Chinese"),
33
  ])
34
 
35
+ demo.launch()