Spaces:
Running
Running
Upload .github/workflows/sync_to_hf.yml with huggingface_hub
Browse files
.github/workflows/sync_to_hf.yml
CHANGED
|
@@ -30,7 +30,7 @@ jobs:
|
|
| 30 |
repo_id = "SAkizuki/DanbooruSearch"
|
| 31 |
|
| 32 |
IGNORE_DIRS = {"tags_embedding", ".git", "__pycache__"}
|
| 33 |
-
IGNORE_SUFFIX = {".pyc", ".parquet"}
|
| 34 |
|
| 35 |
|
| 36 |
root = Path(".")
|
|
|
|
| 30 |
repo_id = "SAkizuki/DanbooruSearch"
|
| 31 |
|
| 32 |
IGNORE_DIRS = {"tags_embedding", ".git", "__pycache__"}
|
| 33 |
+
IGNORE_SUFFIX = {".pyc", ".parquet",".csv"}
|
| 34 |
|
| 35 |
|
| 36 |
root = Path(".")
|