Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -119,7 +119,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 119 |
],
|
| 120 |
inputs=[prompt, option],
|
| 121 |
outputs=img,
|
| 122 |
-
cache_examples=
|
| 123 |
)
|
| 124 |
|
| 125 |
gr.HTML(
|
|
|
|
| 119 |
],
|
| 120 |
inputs=[prompt, option],
|
| 121 |
outputs=img,
|
| 122 |
+
cache_examples=False,
|
| 123 |
)
|
| 124 |
|
| 125 |
gr.HTML(
|