Spaces:
Runtime error
Runtime error
Walmart-the-bag
commited on
Commit
β’
6e70417
1
Parent(s):
08d0d9e
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ gradio_interface = Interface(
|
|
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 |
)
|
32 |
gradio_interface.launch()
|
|
|
25 |
outputs=Image(type="pil", show_download_button=True),
|
26 |
examples=[
|
27 |
["magical kitten, 4k, high quality, (masterpiece)"],
|
|
|
28 |
],
|
29 |
+
cache_examples=False
|
30 |
theme=gr.themes.Soft()
|
31 |
)
|
32 |
gradio_interface.launch()
|