Manireddy1508 commited on
Commit
6635a4a
·
verified ·
1 Parent(s): f29389b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- controlnet_conditioning_image=canny_map,
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