Update README.md
Browse files
README.md
CHANGED
@@ -27,8 +27,8 @@ git clone https://huggingface.co/datasets/keanteng/miniddbs-jpeg
|
|
27 |
from huggingface_hub import hf_hub_download
|
28 |
|
29 |
# Replace with the actual repository ID and filename
|
30 |
-
repo_id = "keanteng/
|
31 |
-
filename = "
|
32 |
|
33 |
local_filepath = hf_hub_download(repo_id=repo_id, filename=filename)
|
34 |
print(f"File downloaded to: {local_filepath}")
|
|
|
27 |
from huggingface_hub import hf_hub_download
|
28 |
|
29 |
# Replace with the actual repository ID and filename
|
30 |
+
repo_id = "keanteng/miniddbs-jpeg"
|
31 |
+
filename = "miniddbs-jpeg.zip"
|
32 |
|
33 |
local_filepath = hf_hub_download(repo_id=repo_id, filename=filename)
|
34 |
print(f"File downloaded to: {local_filepath}")
|