Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- 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
|
|
|
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)
|