Spaces:
Runtime error
Runtime error
Update ttsfm-web/app.py
Browse files- ttsfm-web/app.py +1 -1
ttsfm-web/app.py
CHANGED
|
@@ -54,7 +54,7 @@ CORS(app)
|
|
| 54 |
|
| 55 |
# Configuration (moved up for socketio initialization)
|
| 56 |
HOST = os.getenv("HOST", "localhost")
|
| 57 |
-
PORT = int(os.getenv("PORT", "
|
| 58 |
DEBUG = os.getenv("DEBUG", "false").lower() == "true"
|
| 59 |
|
| 60 |
# Initialize SocketIO with proper async mode
|
|
|
|
| 54 |
|
| 55 |
# Configuration (moved up for socketio initialization)
|
| 56 |
HOST = os.getenv("HOST", "localhost")
|
| 57 |
+
PORT = int(os.getenv("PORT", "8000"))
|
| 58 |
DEBUG = os.getenv("DEBUG", "false").lower() == "true"
|
| 59 |
|
| 60 |
# Initialize SocketIO with proper async mode
|