Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LeMaterial
/
materials_explorer
like
9
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ramlaoui
commited on
Jan 3
Commit
74f2d79
·
1 Parent(s):
a357104
Use sparse matrix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,7 +26,7 @@ from data_utils import (
26
)
27
28
EMPTY_DATA = False
29
-
CACHE_PATH =
"cache"
30
31
if CACHE_PATH is not None:
32
import os
26
)
27
28
EMPTY_DATA = False
29
+
CACHE_PATH =
None
30
31
if CACHE_PATH is not None:
32
import os