VenkateshRoshan commited on
Commit
9c621dd
·
1 Parent(s): 8eeb5a3

app.py updated

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -46,5 +46,8 @@ def upload_image():
46
  # except Exception as e:
47
  # return jsonify({'error': f'{e}'}), 500
48
 
49
- if __name__ == '__main__':
50
- app.run(debug=True)
 
 
 
 
46
  # except Exception as e:
47
  # return jsonify({'error': f'{e}'}), 500
48
 
49
+ # if __name__ == '__main__':
50
+ # app.run(debug=True)
51
+
52
+ if __name__ == "__main__":
53
+ app.run(host='0.0.0.0', port=5000, debug=True)