broadfield-dev commited on
Commit
c9e2350
·
verified ·
1 Parent(s): f98794a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,5 +81,5 @@ if __name__ == '__main__':
81
  os.system("pip install --upgrade gradio flask")
82
 
83
  # For Hugging Face Spaces, port 7860 is typically used
84
- port = int(os.environ.get("PORT", 7860))
85
  app.run(host='0.0.0.0', port=port, debug=True)
 
81
  os.system("pip install --upgrade gradio flask")
82
 
83
  # For Hugging Face Spaces, port 7860 is typically used
84
+ port = int(os.environ.get("PORT", 7861))
85
  app.run(host='0.0.0.0', port=port, debug=True)