NitinBot001 commited on
Commit
99c49ba
·
verified ·
1 Parent(s): 459de6a

Update ttsfm-web/app.py

Browse files
Files changed (1) hide show
  1. 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", "7860"))
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