Prathamesh1420 commited on
Commit
b1caac7
·
verified ·
1 Parent(s): af6c921

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,5 +67,5 @@ if __name__ == "__main__":
67
  import uvicorn
68
 
69
 
70
- port = int(os.environ.get("PORT", 8000)) # Default to 8000 if PORT is not set
71
  uvicorn.run(app, host="0.0.0.0", port=port)
 
67
  import uvicorn
68
 
69
 
70
+ port = int(os.environ.get("PORT", 7860)) # Default to 8000 if PORT is not set
71
  uvicorn.run(app, host="0.0.0.0", port=port)