SynLayers commited on
Commit
5962c55
·
verified ·
1 Parent(s): 6e75704

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,8 +83,8 @@ ZERO_GPU_SIZE = (
83
 
84
  # ZeroGPU duration has a hard upper limit. 120s is usually the safe maximum.
85
  ZERO_GPU_DURATION = clamp(
86
- read_int_env("SYNLAYERS_ZERO_GPU_DURATION", 120),
87
- 60,
88
  120,
89
  )
90
 
 
83
 
84
  # ZeroGPU duration has a hard upper limit. 120s is usually the safe maximum.
85
  ZERO_GPU_DURATION = clamp(
86
+ read_int_env("SYNLAYERS_ZERO_GPU_DURATION", 50),
87
+ 30,
88
  120,
89
  )
90