Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
radames
/
LayerDiffuse-gradio-unofficial
like
76
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
radames
commited on
Mar 16, 2024
Commit
03bb4fa
·
verified
·
1 Parent(s):
dee8d7d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -313,7 +313,7 @@ with gr.Blocks(css=css) as blocks:
313
seed,
314
],
315
outputs=outputs,
316
-
cache_examples=
False
,
317
)
318
319
313
seed,
314
],
315
outputs=outputs,
316
+
cache_examples=
True
,
317
)
318
319