mguven61 commited on
Commit
4ba2e38
·
verified ·
1 Parent(s): f7e6701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ def analyze():
46
  return jsonify({'error': str(e)})
47
 
48
  if __name__ == '__main__':
49
- app.run(debug=True, port=5000)
 
46
  return jsonify({'error': str(e)})
47
 
48
  if __name__ == '__main__':
49
+ app.run(debug=True, host='0.0.0.0', port=7860)