Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -283,5 +283,5 @@ with gr.Blocks() as demo:
|
|
283 |
|
284 |
if __name__ == "__main__":
|
285 |
|
286 |
-
app = gr.mount_gradio_app(app, demo, path="/"
|
287 |
uvicorn.run(app, host="0.0.0.0", port=7860)
|
|
|
283 |
|
284 |
if __name__ == "__main__":
|
285 |
|
286 |
+
app = gr.mount_gradio_app(app, demo, path="/")
|
287 |
uvicorn.run(app, host="0.0.0.0", port=7860)
|