Reduce GPU duration to 120s for compat with non-PRO ZeroGPU quotas
Browse files
app.py
CHANGED
|
@@ -153,7 +153,7 @@ def tensor_to_mp4(video: torch.Tensor) -> str:
|
|
| 153 |
|
| 154 |
|
| 155 |
# ββ inference ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 156 |
-
@spaces.GPU(duration=
|
| 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,
|