Pamudu13 commited on
Commit
fc6d06f
·
verified ·
1 Parent(s): 006df6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,4 +62,4 @@ def get_priority():
62
  }), 500
63
 
64
  if __name__ == '__main__':
65
- app.run(debug=True)
 
62
  }), 500
63
 
64
  if __name__ == '__main__':
65
+ app.run(debug=False, host="0.0.0.0", port=7860) # Required for Hugging Face