Spaces:
Sleeping
Sleeping
saifeddinemk
commited on
Commit
•
8de6232
1
Parent(s):
7784490
Fixed app
Browse files
app.py
CHANGED
@@ -43,4 +43,4 @@ async def analyze_logs(request: LogAnalysisRequest):
|
|
43 |
# Run the FastAPI app (if running this script directly)
|
44 |
if __name__ == "__main__":
|
45 |
import uvicorn
|
46 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
43 |
# Run the FastAPI app (if running this script directly)
|
44 |
if __name__ == "__main__":
|
45 |
import uvicorn
|
46 |
+
uvicorn.run(app, host="0.0.0.0", port=8000)
|