ZeqiangLai cbensimon HF Staff commited on
Commit
98b7866
·
verified ·
1 Parent(s): ed9c6e7

Actually fix Runtime Error 🙈 (#7)

Browse files

- Actually fix Runtime Error 🙈 (15edba172f675fe007bf3cb4191818a5b0dcb99d)


Co-authored-by: Charles Bensimon <[email protected]>

Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -765,5 +765,5 @@ if __name__ == '__main__':
765
  torch.cuda.empty_cache()
766
  demo = build_app()
767
  app = gr.mount_gradio_app(app, demo, path="/")
768
- uvicorn.run(app, host=args.host, port=args.port)
769
  spaces.zero.startup()
 
 
765
  torch.cuda.empty_cache()
766
  demo = build_app()
767
  app = gr.mount_gradio_app(app, demo, path="/")
 
768
  spaces.zero.startup()
769
+ uvicorn.run(app, host=args.host, port=args.port)