Athspi commited on
Commit
c36f0f8
·
verified ·
1 Parent(s): 63a0fca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,4 +166,4 @@ def download_file(filename):
166
  return jsonify({'error': str(e)}), 404
167
 
168
  if __name__ == '__main__':
169
- app.run(host='0.0.0.0', port=5000, debug=True)
 
166
  return jsonify({'error': str(e)}), 404
167
 
168
  if __name__ == '__main__':
169
+ app.run(host="0.0.0.0", port=7860)