Pusheen commited on
Commit
1a9b367
1 Parent(s): 4209e56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def get_concat(ims):
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:
 
173
  return dst
174
 
175
 
176
+ def click_on_display(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: