Echo-ai commited on
Commit
a3817e2
·
verified ·
1 Parent(s): 5c4935b

Update app.py

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