Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
prs-eth
/
marigold
like
510
Running
on
Zero
App
Files
Files
Community
10
Fetching metadata from the HF Docker repository...
toshas
commited on
Dec 7, 2023
Commit
bbdee28
·
1 Parent(s):
4cce5d7
disable example caching
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -118,7 +118,7 @@ iface = gr.Interface(
118
height: 32px;
119
}
120
""",
121
-
cache_examples=
True
,
122
)
123
124
118
height: 32px;
119
}
120
""",
121
+
cache_examples=
False
,
122
)
123
124