Spaces:
Sleeping
Sleeping
:tada: add some example prompts
Browse files
app.py
CHANGED
@@ -93,9 +93,9 @@ if __name__ == "__main__":
|
|
93 |
]
|
94 |
|
95 |
examples = [
|
96 |
-
[
|
97 |
-
[
|
98 |
-
[
|
99 |
]
|
100 |
gr.Examples(
|
101 |
examples=examples,
|
|
|
93 |
]
|
94 |
|
95 |
examples = [
|
96 |
+
['stabilityai/stable-diffusion-3-medium-diffusers', 'A cat holding a sign that says Hello world', ""],
|
97 |
+
['stabilityai/stable-diffusion-3-medium-diffusers', 'Beautiful pixel art of a Wizard with hovering text "Achivement unlocked: Diffusion models can spell now"', ''],
|
98 |
+
['stabilityai/stable-diffusion-3-medium-diffusers', 'A corgi wearing sunglasses says "U-Net is OVER!!"', ''],
|
99 |
]
|
100 |
gr.Examples(
|
101 |
examples=examples,
|