agentsay commited on
Commit
542e005
·
verified ·
1 Parent(s): f867a53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -392,4 +392,4 @@ async def root():
392
 
393
  # === Run the FastAPI app with Uvicorn ===
394
  if __name__ == "__main__":
395
- uvicorn.run(app, host="0.0.0.0", port=7806)
 
392
 
393
  # === Run the FastAPI app with Uvicorn ===
394
  if __name__ == "__main__":
395
+ uvicorn.run(app, host="0.0.0.0", port=7860)