Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prs-eth
/
marigold
like
361
Running
on
Zero
App
Files
Files
Community
6
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