Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
31f3926
1
Parent(s):
b213eed
Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ with gr.Blocks(css=css, theme="prithivMLmods/Minecraft-Theme") as demo:
|
|
210 |
inputs=[prompt],
|
211 |
outputs=[result, seed],
|
212 |
fn=infer,
|
213 |
-
cache_examples=True
|
214 |
)
|
215 |
|
216 |
gr.on(
|
|
|
210 |
inputs=[prompt],
|
211 |
outputs=[result, seed],
|
212 |
fn=infer,
|
213 |
+
cache_examples=True
|
214 |
)
|
215 |
|
216 |
gr.on(
|