Devticks commited on
Commit
23464ba
·
verified ·
1 Parent(s): 88e1fb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ def process_image():
23
  return jsonify({'result_image': result_image_str})
24
 
25
  if __name__ == '__main__':
26
- app.run(debug=False,port=8000)
 
23
  return jsonify({'result_image': result_image_str})
24
 
25
  if __name__ == '__main__':
26
+ app.run(debug=False,port=8001)