jhh6576 commited on
Commit
f986e65
·
verified ·
1 Parent(s): 3ef5e79

Update app_enhanced.py

Browse files
Files changed (1) hide show
  1. app_enhanced.py +1 -1
app_enhanced.py CHANGED
@@ -1125,4 +1125,4 @@ def frame_file(filename):
1125
  if __name__ == '__main__':
1126
  port = int(os.getenv("PORT", 7860))
1127
  print(f"🚀 Starting Enhanced Comic Generator on host 0.0.0.0, port {port}")
1128
- app.run(debug=False, host='0.0.0.0', port=port)
 
1125
  if __name__ == '__main__':
1126
  port = int(os.getenv("PORT", 7860))
1127
  print(f"🚀 Starting Enhanced Comic Generator on host 0.0.0.0, port {port}")
1128
+ app.run(debug=False, host='0.0.0.0', port=port)```