Spaces:
Runtime error
Runtime error
Update app.py (#25)
Browse files- Update app.py (d80b060c71d9034475b8c34295e15f3dd5d947b8)
Co-authored-by: Aditi Baheti <Aditibaheti@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -58,9 +58,9 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
|
|
| 58 |
return image
|
| 59 |
|
| 60 |
examples = [
|
| 61 |
-
["
|
| 62 |
-
["
|
| 63 |
-
["
|
| 64 |
]
|
| 65 |
|
| 66 |
css = """
|
|
|
|
| 58 |
return image
|
| 59 |
|
| 60 |
examples = [
|
| 61 |
+
["Blue checked fit & flare dress,Shoulder straps,Sleeveless, no sleeves,Smocked detail,Maxi length in flared hem"],
|
| 62 |
+
["Navy blue and cream-coloured colourblocked maxi dress,Sweetheart Neck,Short, flutter sleeves,Maxi length with flared hem"],
|
| 63 |
+
["Beige-coloured & black regular wrap top,Animal printed,V-neck, three-quarter, regular sleeves"],
|
| 64 |
]
|
| 65 |
|
| 66 |
css = """
|