Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1228,4 +1228,4 @@ async def index():
|
|
| 1228 |
# Run the FastAPI server using uvicorn
|
| 1229 |
if __name__ == "__main__":
|
| 1230 |
# port = int(os.getenv("PORT", 5000)) # Default to 7860 if PORT is not set
|
| 1231 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
|
| 1228 |
# Run the FastAPI server using uvicorn
|
| 1229 |
if __name__ == "__main__":
|
| 1230 |
# port = int(os.getenv("PORT", 5000)) # Default to 7860 if PORT is not set
|
| 1231 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|