Update app.py
Browse files
app.py
CHANGED
@@ -40,9 +40,8 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
|
|
40 |
return image, seed
|
41 |
|
42 |
examples = [
|
43 |
-
|
44 |
-
"
|
45 |
-
"A delicious ceviche cheesecake slice",
|
46 |
]
|
47 |
|
48 |
css="""
|
|
|
40 |
return image, seed
|
41 |
|
42 |
examples = [
|
43 |
+
|
44 |
+
"miyako saitou, long hair, brown hair, brown eyes",
|
|
|
45 |
]
|
46 |
|
47 |
css="""
|