thechaiexperiment commited on
Commit
aa0388b
·
verified ·
1 Parent(s): 537f727

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ async def root():
14
 
15
  if __name__ == "__main__":
16
  # Get port from environment variable (for Hugging Face Spaces)
17
- port = int(os.getenv("PORT", 8000))
18
  uvicorn.run(app, host="0.0.0.0", port=port)
 
14
 
15
  if __name__ == "__main__":
16
  # Get port from environment variable (for Hugging Face Spaces)
17
+ port = int(os.getenv("PORT", 7860))
18
  uvicorn.run(app, host="0.0.0.0", port=port)