Added / to the _repo
Browse files- L2T-NeurIPS-2023.py +1 -1
L2T-NeurIPS-2023.py
CHANGED
@@ -53,7 +53,7 @@ reviews = ['Deliciously fragrant xxx',
|
|
53 |
'Light, dry, grapefruit flavor, delicious ']
|
54 |
|
55 |
|
56 |
-
_REPO = f"https://huggingface.co/datasets/{USERNAME}/{REPO_NAME}/resolve/main"
|
57 |
if LOCAL:
|
58 |
_REPO = f"/Users/alka/Devel/L2T-NeurIPS-2023"
|
59 |
|
|
|
53 |
'Light, dry, grapefruit flavor, delicious ']
|
54 |
|
55 |
|
56 |
+
_REPO = f"https://huggingface.co/datasets/{USERNAME}/{REPO_NAME}/resolve/main/"
|
57 |
if LOCAL:
|
58 |
_REPO = f"/Users/alka/Devel/L2T-NeurIPS-2023"
|
59 |
|