Spaces:
Sleeping
Sleeping
default run
Browse files
app.py
CHANGED
@@ -112,4 +112,4 @@ if __name__ == "__main__":
|
|
112 |
demo.show_api = False
|
113 |
app = gr.mount_gradio_app(app, demo, path="/")
|
114 |
|
115 |
-
uvicorn.run(app
|
|
|
112 |
demo.show_api = False
|
113 |
app = gr.mount_gradio_app(app, demo, path="/")
|
114 |
|
115 |
+
uvicorn.run(app)
|