clone3 commited on
Commit
a397b14
·
verified ·
1 Parent(s): de4ef64

Update app.py

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