Spaces:
Running
Running
Update interfaces/illframes.py
Browse files- interfaces/illframes.py +1 -1
interfaces/illframes.py
CHANGED
@@ -97,7 +97,7 @@ def predict(text, model_id, tokenizer_id, label_names):
|
|
97 |
def predict_illframes(text, language, domain):
|
98 |
#DEBUG
|
99 |
cache_dir = os.path.expanduser("~/.cache/huggingface")
|
100 |
-
shutil.rmtree("
|
101 |
if os.path.exists(cache_dir):
|
102 |
shutil.rmtree(cache_dir)
|
103 |
#END DEBUG
|
|
|
97 |
def predict_illframes(text, language, domain):
|
98 |
#DEBUG
|
99 |
cache_dir = os.path.expanduser("~/.cache/huggingface")
|
100 |
+
shutil.rmtree("/data/")
|
101 |
if os.path.exists(cache_dir):
|
102 |
shutil.rmtree(cache_dir)
|
103 |
#END DEBUG
|