qdqd commited on
Commit
bf243d3
·
verified ·
1 Parent(s): fc06585

Update app.py

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