Devteamdl commited on
Commit
8505af9
Β·
verified Β·
1 Parent(s): a098f9f

Reduce GPU duration to 120s for compat with non-PRO ZeroGPU quotas

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def tensor_to_mp4(video: torch.Tensor) -> str:
153
 
154
 
155
  # ── inference ──────────────────────────────────────────────────────────────────
156
- @spaces.GPU(duration=300)
157
  def run_inpaint(
158
  input_video_path: str,
159
  mask_video_path: str,
 
153
 
154
 
155
  # ── inference ──────────────────────────────────────────────────────────────────
156
+ @spaces.GPU(duration=120)
157
  def run_inpaint(
158
  input_video_path: str,
159
  mask_video_path: str,