Phantom-0-0 commited on
Commit
1bc586a
·
verified ·
1 Parent(s): 3ebb7fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,5 +76,5 @@ def predict():
76
 
77
  if __name__ == "__main__":
78
  import os
79
- port = int(os.environ.get("PORT", 7860)) # Default to 5000 if not set
80
  app.run(host='0.0.0.0', port=port, debug=True)
 
76
 
77
  if __name__ == "__main__":
78
  import os
79
+ port = int(os.environ.get("PORT", 7860)) # Default to 7860 if not set
80
  app.run(host='0.0.0.0', port=port, debug=True)