Athspi commited on
Commit
1c39787
·
verified ·
1 Parent(s): 7582b7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,4 +128,4 @@ def download_file(filename):
128
  return jsonify({'error': 'File not found'}), 404
129
 
130
  if __name__ == '__main__':
131
- app.run(host='0.0.0.0', port=5000, debug=True)
 
128
  return jsonify({'error': 'File not found'}), 404
129
 
130
  if __name__ == '__main__':
131
+ app.run(host="0.0.0.0", port=7860)