nagasurendra commited on
Commit
cb6a777
·
verified ·
1 Parent(s): 53d16ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,4 +56,4 @@ def capture():
56
  return jsonify({'status': 'error', 'message': str(e)})
57
 
58
  if __name__ == '__main__':
59
- app.run(debug=True, host='0.0.0.0', port=5000)
 
56
  return jsonify({'status': 'error', 'message': str(e)})
57
 
58
  if __name__ == '__main__':
59
+ app.run(debug=True, host='0.0.0.0', port=7860)