zwq2018 commited on
Commit
836b2be
1 Parent(s): 6fd2be1

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,6 +208,6 @@ with gr.Blocks() as demo:
208
 
209
 
210
  demo.queue()
211
- demo.launch(share=True)
212
 
213
 
 
208
 
209
 
210
  demo.queue()
211
+ demo.launch()
212
 
213