Spaces:
Running
on
Zero
Running
on
Zero
Walmart-the-bag
commited on
Commit
•
08d0d9e
1
Parent(s):
870d80e
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,8 @@ gradio_interface = Interface(
|
|
24 |
],
|
25 |
outputs=Image(type="pil", show_download_button=True),
|
26 |
examples=[
|
27 |
-
["magical kitten, 4k, high quality, (masterpiece)"]
|
|
|
28 |
],
|
29 |
theme=gr.themes.Soft()
|
30 |
)
|
|
|
24 |
],
|
25 |
outputs=Image(type="pil", show_download_button=True),
|
26 |
examples=[
|
27 |
+
["magical kitten, 4k, high quality, (masterpiece)"],
|
28 |
+
cache_examples=False
|
29 |
],
|
30 |
theme=gr.themes.Soft()
|
31 |
)
|