Fiqa commited on
Commit
5aca368
·
verified ·
1 Parent(s): 98b9608

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def generate_caption_and_image(image, f, p, d):
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 {fabric_texture} and incorporate {pattern}. 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
 
87
 
 
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 {fabric_texture} and incorporate {pattern}. 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
 
87