Update lpbf_flare.py
Browse files- lpbf_flare.py +1 -1
lpbf_flare.py
CHANGED
|
@@ -27,7 +27,7 @@ class LPBFDataset(GeneratorBasedBuilder):
|
|
| 27 |
LPBF/test/*.pt
|
| 28 |
"""
|
| 29 |
data_dir = dl_manager.download_and_extract(
|
| 30 |
-
"https://huggingface.co/datasets/vedantpuri/
|
| 31 |
)
|
| 32 |
|
| 33 |
# if the tar contains a subdir called LPBF/
|
|
|
|
| 27 |
LPBF/test/*.pt
|
| 28 |
"""
|
| 29 |
data_dir = dl_manager.download_and_extract(
|
| 30 |
+
"https://huggingface.co/datasets/vedantpuri/LPBF_FLARE/resolve/main/LPBF.tar.gz"
|
| 31 |
)
|
| 32 |
|
| 33 |
# if the tar contains a subdir called LPBF/
|