ryaalbr commited on
Commit
29b65ac
1 Parent(s): eb1df9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -301,4 +301,5 @@ with gr.Blocks() as demo:
301
  search_btn.click(search,inputs=desc, outputs=gallery, postprocess=False)
302
  gr.HTML(f"Dataset: <a href='https://github.com/unsplash/datasets' target='_blank'>Unsplash Lite</a>; Number of Images: {dataset_size}")
303
 
 
304
  demo.launch()
 
301
  search_btn.click(search,inputs=desc, outputs=gallery, postprocess=False)
302
  gr.HTML(f"Dataset: <a href='https://github.com/unsplash/datasets' target='_blank'>Unsplash Lite</a>; Number of Images: {dataset_size}")
303
 
304
+ demo.queue(concurrency_count=3)
305
  demo.launch()