Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def generate_image(category, img1, img2, img3, height, width, img_guidance_scale
|
|
67 |
text = f"""The {category} in <img><|image_1|></img> standing, wearing {dress} in <img><|image_2|></img>, with a completely white background."""
|
68 |
elif len(wears)==2:
|
69 |
topwear, bottomwear = wears[0], wears[1]
|
70 |
-
text = f"""
|
71 |
else:
|
72 |
input_images = None
|
73 |
|
|
|
67 |
text = f"""The {category} in <img><|image_1|></img> standing, wearing {dress} in <img><|image_2|></img>, with a completely white background."""
|
68 |
elif len(wears)==2:
|
69 |
topwear, bottomwear = wears[0], wears[1]
|
70 |
+
text = f"""Take the {category} from <img><|image_1|></img>, and dress them with the topwear in <img><|image_2|></img> and the bottomwear in <img><|image_3|></img>."""
|
71 |
else:
|
72 |
input_images = None
|
73 |
|