zwq2018 commited on
Commit
80d6583
1 Parent(s): 0abefc5

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,6 +204,6 @@ with gr.Blocks() as demo:
204
 
205
 
206
  demo.queue()
207
- demo.launch(share=True)
208
 
209
 
 
204
 
205
 
206
  demo.queue()
207
+ demo.launch()
208
 
209