Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -289,7 +289,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 289 |
inputs=prompt,
|
| 290 |
outputs=[result, seed_display, generation_time, zip_file],
|
| 291 |
fn=generate,
|
| 292 |
-
cache_examples=
|
| 293 |
)
|
| 294 |
|
| 295 |
if __name__ == "__main__":
|
|
|
|
| 289 |
inputs=prompt,
|
| 290 |
outputs=[result, seed_display, generation_time, zip_file],
|
| 291 |
fn=generate,
|
| 292 |
+
cache_examples=False,
|
| 293 |
)
|
| 294 |
|
| 295 |
if __name__ == "__main__":
|