Spaces:
Runtime error
Runtime error
no cache embeddings
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ EMBEDDINGS_DIR = Path("embeddings")
|
|
17 |
EMBEDDINGS_DIR.mkdir(exist_ok=True)
|
18 |
EMBEDDINGS_FILE = EMBEDDINGS_DIR / "embeddings.pkl"
|
19 |
|
20 |
-
os.system("rm -rf ~/.cache/huggingface/hub/datasets--Segizu--
|
21 |
|
22 |
# ✅ Cargar el dataset de Hugging Face forzando la descarga limpia
|
23 |
download_config = DownloadConfig(
|
|
|
17 |
EMBEDDINGS_DIR.mkdir(exist_ok=True)
|
18 |
EMBEDDINGS_FILE = EMBEDDINGS_DIR / "embeddings.pkl"
|
19 |
|
20 |
+
os.system("rm -rf ~/.cache/huggingface/hub/datasets--Segizu--facial-recognition")
|
21 |
|
22 |
# ✅ Cargar el dataset de Hugging Face forzando la descarga limpia
|
23 |
download_config = DownloadConfig(
|