increase GPU duration
Browse files
app.py
CHANGED
@@ -333,7 +333,7 @@ def show_mask(mask, obj_id=None, random_color=False, convert_to_image=True):
|
|
333 |
return mask
|
334 |
|
335 |
|
336 |
-
@spaces.GPU(duration=
|
337 |
def propagate_to_all(
|
338 |
video_in,
|
339 |
all_frames,
|
|
|
333 |
return mask
|
334 |
|
335 |
|
336 |
+
@spaces.GPU(duration=60)
|
337 |
def propagate_to_all(
|
338 |
video_in,
|
339 |
all_frames,
|