yukiarimo commited on
Commit
db2cc08
1 Parent(s): 589b737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ def generate():
21
  return jsonify({'response': output})
22
 
23
  if __name__ == '__main__':
24
- app.run(host='0.0.0.0', port=5000)
 
21
  return jsonify({'response': output})
22
 
23
  if __name__ == '__main__':
24
+ app.run(host='0.0.0.0', port=7860)