dammy commited on
Commit
71db1e4
·
1 Parent(s): e554b8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,6 +123,6 @@ with gr.Blocks() as demo:
123
 
124
 
125
  gr.close_all()
126
- demo.launch(share=True)
127
-
128
 
 
123
 
124
 
125
  gr.close_all()
126
+ # demo.launch(share=True)
127
+ demo.queue().launch()
128