Huiwenshi commited on
Commit
fb6d7b5
·
verified ·
1 Parent(s): 740dbad

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. hg_app.py +1 -1
hg_app.py CHANGED
@@ -453,6 +453,6 @@ if __name__ == '__main__':
453
  app.mount("/static", StaticFiles(directory=static_dir), name="static")
454
 
455
  demo = build_app()
456
- demo.queue(max_size=9)
457
  app = gr.mount_gradio_app(app, demo, path="/")
458
  uvicorn.run(app, host=IP, port=PORT)
 
453
  app.mount("/static", StaticFiles(directory=static_dir), name="static")
454
 
455
  demo = build_app()
456
+ demo.queue(max_size=2)
457
  app = gr.mount_gradio_app(app, demo, path="/")
458
  uvicorn.run(app, host=IP, port=PORT)