Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
|
|
| 40 |
examples = [
|
| 41 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
| 42 |
"An astronaut riding a green horse",
|
| 43 |
-
"A
|
| 44 |
]
|
| 45 |
|
| 46 |
css="""
|
|
|
|
| 40 |
examples = [
|
| 41 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
| 42 |
"An astronaut riding a green horse",
|
| 43 |
+
"A well-behaved schoolgirl with glasses",
|
| 44 |
]
|
| 45 |
|
| 46 |
css="""
|