Athspi commited on
Commit
b33af77
·
verified ·
1 Parent(s): 33b1fce

Update app.py

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