Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -357,7 +357,7 @@ def create_demo(model):
|
|
357 |
|
358 |
return out_img, bboxes.tolist(), labels
|
359 |
|
360 |
-
submit.click(on_submit, inputs=[input_image, input_text, num_steps, guidance_scale, seed, strength, detr_confidence_threshold, a_prompt, n_prompt, img_size], outputs=[design_image, bboxes])
|
361 |
|
362 |
|
363 |
controlnet_depth= ControlNetModel.from_pretrained(
|
|
|
357 |
|
358 |
return out_img, bboxes.tolist(), labels
|
359 |
|
360 |
+
submit.click(on_submit, inputs=[input_image, input_text, num_steps, guidance_scale, seed, strength, detr_confidence_threshold, a_prompt, n_prompt, img_size], outputs=[design_image, bboxes, labels])
|
361 |
|
362 |
|
363 |
controlnet_depth= ControlNetModel.from_pretrained(
|