Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ def get_concat(ims):
|
|
173 |
return dst
|
174 |
|
175 |
|
176 |
-
def click_on_display(
|
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:
|