Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
688c057
1
Parent(s):
2856b40
Update app.py
Browse files
app.py
CHANGED
@@ -49,10 +49,10 @@ def infer(prompt, negative_prompt="", seed=42, randomize_seed=False, width=1024,
|
|
49 |
return image, seed
|
50 |
|
51 |
examples = [
|
52 |
-
"A
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"A delicious
|
56 |
]
|
57 |
|
58 |
css="""
|
|
|
49 |
return image, seed
|
50 |
|
51 |
examples = [
|
52 |
+
"A tacos food cart in front of a japanese castle",
|
53 |
+
"The spirit of a tamagotchi wandering in the city of Prague",
|
54 |
+
"A flourecent cat on the moon",
|
55 |
+
"A delicious gummy bear cheesecake slice",
|
56 |
]
|
57 |
|
58 |
css="""
|