Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def infer(image_in, prompt):
|
|
40 |
controlnet_conditioning = [
|
41 |
dict(
|
42 |
control_index=0,
|
43 |
-
control_image=
|
44 |
control_weight=0.7,
|
45 |
control_pooled_projections='zeros'
|
46 |
)
|
|
|
40 |
controlnet_conditioning = [
|
41 |
dict(
|
42 |
control_index=0,
|
43 |
+
control_image=image_in,
|
44 |
control_weight=0.7,
|
45 |
control_pooled_projections='zeros'
|
46 |
)
|