mike23415 commited on
Commit
83e1e0a
·
verified ·
1 Parent(s): 5f32933

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,4 +126,4 @@ def health_check():
126
  return jsonify({'status': 'healthy'}), 200
127
 
128
  if __name__ == '__main__':
129
- app.run(host='0.0.0.0', port=5000, debug=False
 
126
  return jsonify({'status': 'healthy'}), 200
127
 
128
  if __name__ == '__main__':
129
+ app.run(host='0.0.0.0', port=5000, debug=False)