qsitj commited on
Commit
732dfb0
verified
1 Parent(s): 0beb5ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -182,10 +182,5 @@ with gr.Blocks(title="闀挎矙鐢电綉椤圭洰",
182
  trigger=detect.click
183
  )
184
 
185
- demo.launch(debug=True)
186
 
187
- #demo.queue()
188
- demo.launch(debug=True)
189
-
190
-
191
- ### EOF ###
 
182
  trigger=detect.click
183
  )
184
 
185
+ demo.launch(debug=True, share=True)
186