ZeqiangLai commited on
Commit
84f43b9
·
verified ·
1 Parent(s): b290a79

Update gradio_app.py

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