Athspi commited on
Commit
c665278
·
verified ·
1 Parent(s): c07d698

Update app.py

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