tennant commited on
Commit
8a219b6
·
verified ·
1 Parent(s): 0b6217c

Update tok_demo.py

Browse files
Files changed (1) hide show
  1. tok_demo.py +1 -1
tok_demo.py CHANGED
@@ -54,7 +54,7 @@ model = model.to(device)
54
  model = model.eval()
55
  model.enable_nest = True
56
 
57
- @spaces.GPU(duration=1200)
58
  def viz_diff_slots(model, img, nums, cfg=1.0, return_img=False):
59
  img.to(device)
60
  n_slots_inf = []
 
54
  model = model.eval()
55
  model.enable_nest = True
56
 
57
+ @spaces.GPU(duration=300)
58
  def viz_diff_slots(model, img, nums, cfg=1.0, return_img=False):
59
  img.to(device)
60
  n_slots_inf = []