Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,6 +49,7 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
|
|
| 49 |
return image, seed
|
| 50 |
|
| 51 |
examples = [
|
|
|
|
| 52 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
| 53 |
"An astronaut riding a green horse",
|
| 54 |
"A delicious ceviche cheesecake slice",
|
|
|
|
| 49 |
return image, seed
|
| 50 |
|
| 51 |
examples = [
|
| 52 |
+
"A photo of a lavender cat",
|
| 53 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
| 54 |
"An astronaut riding a green horse",
|
| 55 |
"A delicious ceviche cheesecake slice",
|