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