Spaces:
Running
Running
:tada: init
Browse files
app.py
CHANGED
@@ -41,5 +41,9 @@ if __name__ == "__main__":
|
|
41 |
outputs=[
|
42 |
gr.Image(label="Image", type="pil"),
|
43 |
],
|
|
|
|
|
|
|
|
|
44 |
)
|
45 |
demo.launch()
|
|
|
41 |
outputs=[
|
42 |
gr.Image(label="Image", type="pil"),
|
43 |
],
|
44 |
+
cache_examples=True,
|
45 |
+
examples=[
|
46 |
+
['stabilityai/stable-diffusion-3-medium-diffusers', 'A cat holding a sign that says hello world', ''],
|
47 |
+
]
|
48 |
)
|
49 |
demo.launch()
|