Do0rMaMu commited on
Commit
50ec527
1 Parent(s): f9f204f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,4 +154,4 @@ def upload_file():
154
  return jsonify(box_data)
155
 
156
  if __name__ == '__main__':
157
- app.run(debug=True , host = "0.0.0.0" , port=8000)
 
154
  return jsonify(box_data)
155
 
156
  if __name__ == '__main__':
157
+ app.run(debug=True , host = "0.0.0.0" , port=8888)