benibraz commited on
Commit
148b539
·
1 Parent(s): be22e58

Update app.py to enable queuing with a maximum size and hide API 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.launch(share=True)
 
589
  concurrency_limit=1,
590
  )
591
 
592
+ iface.queue(max_size=128).launch(show_api=False)