Geek7 commited on
Commit
eefb8f1
·
verified ·
1 Parent(s): 3b68ded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ def get_progress():
44
  return jsonify({"progress": progress})
45
 
46
  if __name__ == "__main__":
47
- app.run(debug=True)
 
44
  return jsonify({"progress": progress})
45
 
46
  if __name__ == "__main__":
47
+ app.run(host='0.0.0.0', port=7860)