Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def download_dataset_file(dataset_id, local_dir):
|
|
31 |
snapshot_path = os.path.join(base_path, "snapshots", snapshot_id)
|
32 |
print(f"snapshot_path: {snapshot_path}")
|
33 |
|
34 |
-
contents = os.listdir(
|
35 |
print("Contents of snapshot path:")
|
36 |
print(contents)
|
37 |
print("---------------------------\n")
|
|
|
31 |
snapshot_path = os.path.join(base_path, "snapshots", snapshot_id)
|
32 |
print(f"snapshot_path: {snapshot_path}")
|
33 |
|
34 |
+
contents = os.listdir(snapshot_path)
|
35 |
print("Contents of snapshot path:")
|
36 |
print(contents)
|
37 |
print("---------------------------\n")
|