Pusheen commited on
Commit
4209e56
·
verified ·
1 Parent(s): 845dd91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -173,7 +173,9 @@ def get_concat(ims):
173
  return dst
174
 
175
 
176
- def click_on_display(state):
 
 
177
  if 'boxes' not in state:
178
  state['boxes'] = []
179
  boxes = state['boxes']
 
173
  return dst
174
 
175
 
176
+ def click_on_display(state, language_instruction, grounding_texts, sketch_pad,
177
+ loss_threshold, guidance_scale, batch_size, rand_seed, max_step, loss_scale, max_iter,
178
+ state):
179
  if 'boxes' not in state:
180
  state['boxes'] = []
181
  boxes = state['boxes']