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
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