Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
be43597
1
Parent(s):
e264f3b
Update app.py
Browse files
app.py
CHANGED
@@ -180,7 +180,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
180 |
inputs=prompt,
|
181 |
outputs=[result, seed],
|
182 |
fn=generate,
|
183 |
-
cache_examples=
|
184 |
)
|
185 |
|
186 |
gr.on(
|
|
|
180 |
inputs=prompt,
|
181 |
outputs=[result, seed],
|
182 |
fn=generate,
|
183 |
+
cache_examples=False,
|
184 |
)
|
185 |
|
186 |
gr.on(
|