muzz14680 commited on
Commit
bf02bbf
·
verified ·
1 Parent(s): 7408448

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ VOICES = [
20
  ]
21
 
22
  # --- Rate Limiting Globals ---
23
- MAX_CHAR_LIMIT = 200 # Limit input characters for Free Tier
24
  COOLDOWN_SECONDS = 15 # 50s wait to ensure stability
25
  LAST_REQUEST_TIME = 0 # Tracks the last successful FREE generation time
26
 
 
20
  ]
21
 
22
  # --- Rate Limiting Globals ---
23
+ MAX_CHAR_LIMIT = 9999999 # Limit input characters for Free Tier
24
  COOLDOWN_SECONDS = 15 # 50s wait to ensure stability
25
  LAST_REQUEST_TIME = 0 # Tracks the last successful FREE generation time
26