Fiqa commited on
Commit
14b5af8
·
verified ·
1 Parent(s): fd83b96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}{t} 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
 
 
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