analavishal commited on
Commit
4aa13c7
Β·
verified Β·
1 Parent(s): 48effb3

bump GPU duration 240->300s

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=240)
157
  def run_inpaint(
158
  input_video_path: str,
159
  mask_video_path: str,
 
153
 
154
 
155
  # ── inference ──────────────────────────────────────────────────────────────────
156
+ @spaces.GPU(duration=300)
157
  def run_inpaint(
158
  input_video_path: str,
159
  mask_video_path: str,