Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
supertskone
/
prompt-search-engine
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
supertskone
commited on
Jul 25, 2024
Commit
f4460e8
·
verified
·
1 Parent(s):
e9bb085
Create app/cache
Browse files
Files changed (1)
hide
show
app/cache
+2
-0
app/cache
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
import os
2
+
os.environ['TRANSFORMERS_CACHE'] = '/app/cache'