Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def process_image(prompt, image, num_variations):
|
|
90 |
result = pipe(
|
91 |
prompt=enriched_prompt,
|
92 |
image=image,
|
93 |
-
|
94 |
num_inference_steps=40,
|
95 |
strength=0.5,
|
96 |
guidance_scale=7.5
|
|
|
90 |
result = pipe(
|
91 |
prompt=enriched_prompt,
|
92 |
image=image,
|
93 |
+
control_image=canny_map, # ✅ FIXED HERE
|
94 |
num_inference_steps=40,
|
95 |
strength=0.5,
|
96 |
guidance_scale=7.5
|