Devteamdl commited on
Commit
352b8ac
Β·
verified Β·
1 Parent(s): bb5f3df

Bump @spaces.GPU duration to 300s

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,7 +320,7 @@ def create_quadmask_color_video(quadmask_path: str) -> str:
320
  # MAIN PIPELINE
321
  # ══════════════════════════════════════════════════════════════════════════════
322
 
323
- @spaces.GPU
324
  def run_pipeline(video_path: str, points_json: str, instruction: str,
325
  progress=gr.Progress(track_tqdm=False)):
326
  """Run the full VLM-Mask-Reasoner pipeline."""
 
320
  # MAIN PIPELINE
321
  # ══════════════════════════════════════════════════════════════════════════════
322
 
323
+ @spaces.GPU(duration=300)
324
  def run_pipeline(video_path: str, points_json: str, instruction: str,
325
  progress=gr.Progress(track_tqdm=False)):
326
  """Run the full VLM-Mask-Reasoner pipeline."""