Update app.py
Browse files
app.py
CHANGED
|
@@ -39,9 +39,9 @@ def infer(prompt_part1, color, dress_type, design, prompt_part5, negative_prompt
|
|
| 39 |
return image
|
| 40 |
|
| 41 |
examples = [
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
]
|
| 46 |
|
| 47 |
css = """
|
|
|
|
| 39 |
return image
|
| 40 |
|
| 41 |
examples = [
|
| 42 |
+
"red, t-shirt, yellow stripes",
|
| 43 |
+
"blue, hoodie, minimalist",
|
| 44 |
+
"red, sweat shirt, geometric design",
|
| 45 |
]
|
| 46 |
|
| 47 |
css = """
|