Spaces:
Paused
Paused
remove ESC
Browse files
app.py
CHANGED
@@ -68,8 +68,8 @@ imagenet_hard = datasets.load_dataset("taesiri/imagenet-hard", split="validation
|
|
68 |
|
69 |
|
70 |
def update_snapshot(username):
|
71 |
-
escaped_username = re.escape(username)
|
72 |
-
pattern = f"*{
|
73 |
|
74 |
output_dir = snapshot_download(
|
75 |
repo_id="taesiri/imagenet_hard_review_data_r2",
|
|
|
68 |
|
69 |
|
70 |
def update_snapshot(username):
|
71 |
+
# escaped_username = re.escape(username)
|
72 |
+
pattern = f"*{username}*.json"
|
73 |
|
74 |
output_dir = snapshot_download(
|
75 |
repo_id="taesiri/imagenet_hard_review_data_r2",
|