Spaces:
Running on Zero
Running on Zero
Bump @spaces.GPU duration to 300s
Browse files
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."""
|