animrods commited on
Commit
bc1b4cc
·
verified ·
1 Parent(s): 37da3d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def predict(prompt, upload_images, ip_adapter_scale=0.5, negative_prompt="", see
40
 
41
  image = pipe(
42
  prompt=prompt,
43
- ip_adapter_image=ip_adapter_images,
44
  negative_prompt=negative_prompt,
45
  height=height,
46
  width=width,
 
40
 
41
  image = pipe(
42
  prompt=prompt,
43
+ ip_adapter_image=[ip_adapter_images],
44
  negative_prompt=negative_prompt,
45
  height=height,
46
  width=width,