broadfield-dev commited on
Commit
e054af9
·
verified ·
1 Parent(s): 2120190

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,5 +12,5 @@ def send_static(path):
12
  return send_from_directory('static', path)
13
 
14
  if __name__ == '__main__':
15
- port = int(os.getenv("PORT", 7860)) # Default port for Spaces
16
  app.run(host="0.0.0.0", port=port)
 
12
  return send_from_directory('static', path)
13
 
14
  if __name__ == '__main__':
15
+ port = int(os.getenv("PORT", 7860)) # Default port for Hugging Face Spaces
16
  app.run(host="0.0.0.0", port=port)