Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
prs-eth/marigold
petermg
/
marigold
like
0
Runtime error
App
Files
Files
Community
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