Spaces:
Runtime error
Runtime error
Commit
·
f0c2b5f
1
Parent(s):
12c25aa
remove cache
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ logging.set_verbosity_error()
|
|
36 |
|
37 |
token = os.getenv("HF_TOKEN")
|
38 |
|
39 |
-
cache = Cache(CACHE_DIR)
|
40 |
|
41 |
def get_model_labels(model):
|
42 |
try:
|
|
|
36 |
|
37 |
token = os.getenv("HF_TOKEN")
|
38 |
|
39 |
+
# cache = Cache(CACHE_DIR)
|
40 |
|
41 |
def get_model_labels(model):
|
42 |
try:
|