Athspi commited on
Commit
2269b2d
·
verified ·
1 Parent(s): 19af451

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,4 +168,4 @@ def process():
168
  return jsonify({"success": False, "message": "Internal server error"}), 500
169
 
170
  if __name__ == "__main__":
171
- app.run(host="0.0.0.0", port=7860,)
 
168
  return jsonify({"success": False, "message": "Internal server error"}), 500
169
 
170
  if __name__ == "__main__":
171
+ app.run(host="0.0.0.0", port=7860)