Marthee commited on
Commit
1f90ef2
·
verified ·
1 Parent(s): f65ed22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ def process():
47
  return jsonify({"error": str(e)}), 500
48
 
49
  if __name__ == '__main__':
50
- app.run(host='0.0.0.0', port=7865)
 
47
  return jsonify({"error": str(e)}), 500
48
 
49
  if __name__ == '__main__':
50
+ app.run(host='0.0.0.0', port=7860)