ZeqiangLai commited on
Commit
1a6892a
·
verified ·
1 Parent(s): debe357

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -743,4 +743,4 @@ if __name__ == '__main__':
743
  torch.cuda.empty_cache()
744
  demo = build_app()
745
  app = gr.mount_gradio_app(app, demo, path="/")
746
- uvicorn.run(app, host=args.host, port=args.port, workers=1)
 
743
  torch.cuda.empty_cache()
744
  demo = build_app()
745
  app = gr.mount_gradio_app(app, demo, path="/")
746
+ uvicorn.run(app, host=args.host, port=args.port)