Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -695,4 +695,4 @@ except Exception as e:
|
|
| 695 |
# === Run Server ===
|
| 696 |
if __name__ == "__main__":
|
| 697 |
logger.info("Starting Flask application...")
|
| 698 |
-
app.run(debug=True, host="0.0.0.0", port=int(os.getenv("PORT", 7860)))
|
|
|
|
| 695 |
# === Run Server ===
|
| 696 |
if __name__ == "__main__":
|
| 697 |
logger.info("Starting Flask application...")
|
| 698 |
+
app.run(debug=True, host="0.0.0.0", port=int(os.getenv("PORT", 7860)))
|