benibraz commited on
Commit
7bb8767
·
1 Parent(s): f37220b

Update app.py to reduce queue size to 64 and enable sharing in launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -589,4 +589,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
589
  concurrency_limit=1,
590
  )
591
 
592
- iface.queue(max_size=128).launch(show_api=False)
 
589
  concurrency_limit=1,
590
  )
591
 
592
+ iface.queue(max_size=64).launch(share=True)