Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,19 +24,7 @@ def download_dataset_file(dataset_id, local_dir):
|
|
24 |
print(f"Cache File Info: {cache_file_info}\n")
|
25 |
|
26 |
|
27 |
-
source_file = "/home/user/.cache/huggingface/hub"
|
28 |
-
contents = os.listdir(source_file)
|
29 |
-
print("Contents of snapshot path:")
|
30 |
-
print(contents)
|
31 |
-
print("---------------------------\n")
|
32 |
-
|
33 |
-
source_file = "/home/user/.cache/huggingface/hub/datasets--350016z--flores_plus_Taiwanese"
|
34 |
-
contents = os.listdir(source_file)
|
35 |
-
print("Contents of snapshot path:")
|
36 |
-
print(contents)
|
37 |
-
print("---------------------------\n")
|
38 |
-
|
39 |
-
source_file = "/home/user/.cache/huggingface/hub/datasets--350016z--flores_plus_Taiwanese/snapshots"
|
40 |
contents = os.listdir(source_file)
|
41 |
print("Contents of snapshot path:")
|
42 |
print(contents)
|
|
|
24 |
print(f"Cache File Info: {cache_file_info}\n")
|
25 |
|
26 |
|
27 |
+
source_file = "/home/user/.cache/huggingface/hub/datasets--350016z--flores_plus_Taiwanese/snapshots/9a8fe738903c9ab08620db4553c582376bcdd64f"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
contents = os.listdir(source_file)
|
29 |
print("Contents of snapshot path:")
|
30 |
print(contents)
|