Spaces:
Sleeping
Sleeping
Commit
·
efbfa94
1
Parent(s):
ef5efcc
typo
Browse files- processing.py +1 -1
processing.py
CHANGED
@@ -32,7 +32,7 @@ repo = huggingface_hub.Repository(
|
|
32 |
)
|
33 |
repo.git_pull()
|
34 |
|
35 |
-
prev_data = {s['id']: s for s in json.load(open
|
36 |
|
37 |
screen_shot_dir = Path("data") / "images"
|
38 |
screen_shot_dir.mkdir(exist_ok=True, parents=True)
|
|
|
32 |
)
|
33 |
repo.git_pull()
|
34 |
|
35 |
+
prev_data = {s['id']: s for s in json.load(open("data/val_subdomains.json"))}
|
36 |
|
37 |
screen_shot_dir = Path("data") / "images"
|
38 |
screen_shot_dir.mkdir(exist_ok=True, parents=True)
|