Update app_enhanced.py
Browse files- 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)```
|