Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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']
|