Update app.py
Browse files
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 =
|
| 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
|