Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def generate_caption_and_image(image, f, p, d):
|
|
80 |
out = model.generate(**inputs)
|
81 |
caption1 = processor.decode(out[0], skip_special_tokens=True)
|
82 |
|
83 |
-
prompt = f"Design a high-quality, stylish clothing item that seamlessly blends the essence of {caption1} and {caption2}. The design should prominently feature {f}{
|
84 |
|
85 |
|
86 |
|
|
|
80 |
out = model.generate(**inputs)
|
81 |
caption1 = processor.decode(out[0], skip_special_tokens=True)
|
82 |
|
83 |
+
prompt = f"Design a high-quality, stylish clothing item that seamlessly blends the essence of {caption1} and {caption2}. The design should prominently feature {f}{d} and incorporate {p}. The final piece should exude sophistication and creativity, suitable for modern trends while retaining an element of timeless appeal. Ensure the textures and patterns complement each other harmoniously, creating a visually striking yet wearable garment."
|
84 |
|
85 |
|
86 |
|