Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def infer(prompt, seed=47622, randomize_seed=False, width=1024, height=1024, gui
|
|
30 |
return image, seed
|
31 |
|
32 |
examples = [
|
33 |
-
"a
|
34 |
"Beautiful scene with a bright sunlit valley between a large cliffside mountain and a waterfall flowing down the side into a small stream",
|
35 |
"A scene full of classic video game characters as stickers on a black water bottle",
|
36 |
"4k photo of a Dark Forest filled with neon lights, where the air is charged with electromagnetic fields and solar radiation from distant stars. It's a beautiful collision of waves, light, particles and complexity",
|
|
|
30 |
return image, seed
|
31 |
|
32 |
examples = [
|
33 |
+
"a panda holding a bamboo sign that says welcome",
|
34 |
"Beautiful scene with a bright sunlit valley between a large cliffside mountain and a waterfall flowing down the side into a small stream",
|
35 |
"A scene full of classic video game characters as stickers on a black water bottle",
|
36 |
"4k photo of a Dark Forest filled with neon lights, where the air is charged with electromagnetic fields and solar radiation from distant stars. It's a beautiful collision of waves, light, particles and complexity",
|