poulpy5 commited on
Commit
ab309ef
·
verified ·
1 Parent(s): 49442a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -198,5 +198,6 @@ with gr.Blocks(css=css) as demo:
198
  )
199
 
200
  if __name__ == "__main__":
201
- demo.queue(max_size=20).launch()
 
202
 
 
198
  )
199
 
200
  if __name__ == "__main__":
201
+ demo.queue(max_size=20).launch(share=True)
202
+
203