qdqd commited on
Commit
67cbe69
·
verified ·
1 Parent(s): 226c02b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,4 +137,4 @@ def generate_story():
137
  return jsonify({'error': str(e)}), 500
138
 
139
  if __name__ == '__main__':
140
- app.run(debug=True)
 
137
  return jsonify({'error': str(e)}), 500
138
 
139
  if __name__ == '__main__':
140
+ app.run(host='0.0.0.0', port=7860))