Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,4 +118,4 @@ if __name__ == "__main__":
|
|
118 |
gradio_thread.start()
|
119 |
|
120 |
# Run FastAPI with Uvicorn
|
121 |
-
uvicorn.run(app, host="0.0.0.0", port=8000
|
|
|
118 |
gradio_thread.start()
|
119 |
|
120 |
# Run FastAPI with Uvicorn
|
121 |
+
uvicorn.run(app, host="0.0.0.0", port=8000)
|