Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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,
|