Athspi commited on
Commit
f003c90
·
verified ·
1 Parent(s): 6f05665

Update app.py

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