Spaces:
Sleeping
Sleeping
Commit
•
ed0883d
1
Parent(s):
e611814
Delete comment
Browse files
app.py
CHANGED
@@ -13,7 +13,6 @@ fs = HfFileSystem()
|
|
13 |
|
14 |
def fetch_result_paths():
|
15 |
paths = fs.glob(f"{RESULTS_DATASET_ID}/**/**/*.json")
|
16 |
-
# results = [file[len(RESULTS_DATASET_ID) +1:] for file in files]
|
17 |
return paths
|
18 |
|
19 |
|
|
|
13 |
|
14 |
def fetch_result_paths():
|
15 |
paths = fs.glob(f"{RESULTS_DATASET_ID}/**/**/*.json")
|
|
|
16 |
return paths
|
17 |
|
18 |
|