qqwjq1981 commited on
Commit
a13cc0c
·
verified ·
1 Parent(s): 9f7d620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=5000)
 
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)