whyumesh commited on
Commit
e82025d
1 Parent(s): b027b6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from huggingface_hub import login
15
  import os
16
 
17
  # Add quota management constants
18
- MAX_GPU_TIME_PER_REQUEST = 60 # seconds
19
  COOLDOWN_PERIOD = 300 # 5 minutes in seconds
20
 
21
  # Add login function at the start
 
15
  import os
16
 
17
  # Add quota management constants
18
+ MAX_GPU_TIME_PER_REQUEST = 59 # seconds
19
  COOLDOWN_PERIOD = 300 # 5 minutes in seconds
20
 
21
  # Add login function at the start