Cristobal299 commited on
Commit
c39b33d
·
verified ·
1 Parent(s): 7ff4558

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,4 +100,4 @@ def not_found(e):
100
  if __name__ == "__main__":
101
  if not os.path.isfile(DATABASE):
102
  init_db()
103
- app.run(host="0.0.0.0", port=5000)
 
100
  if __name__ == "__main__":
101
  if not os.path.isfile(DATABASE):
102
  init_db()
103
+ app.run(host="0.0.0.0", port=7860)