Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -119,7 +119,7 @@ async def process_item(
|
|
119 |
|
120 |
if __name__ == "__main__":
|
121 |
# Run the FastAPI app with Uvicorn
|
122 |
-
uvicorn.run("
|
123 |
|
124 |
|
125 |
|
|
|
119 |
|
120 |
if __name__ == "__main__":
|
121 |
# Run the FastAPI app with Uvicorn
|
122 |
+
uvicorn.run("main:app", host="0.0.0.0", port=7860)
|
123 |
|
124 |
|
125 |
|