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
bfaad73
·
1 Parent(s):
3636bd3
enable example caching
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -120,7 +120,7 @@ iface = gr.Interface(
120
height: 32px;
121
}
122
""",
123
-
cache_examples=
False
,
124
)
125
126
120
height: 32px;
121
}
122
""",
123
+
cache_examples=
True
,
124
)
125
126