chongzhou commited on
Commit
88a526c
·
1 Parent(s): 45c2c68

increase GPU duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=30)
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,