fix(wlasl.py): adjust repo url
Browse files
wlasl.py
CHANGED
|
@@ -14,7 +14,7 @@ _CITATION = """
|
|
| 14 |
_DESCRIPTION = """
|
| 15 |
"""
|
| 16 |
_HOMEPAGE = "https://github.com/dxli94/WLASL"
|
| 17 |
-
_REPO_URL = "https://huggingface.co/datasets/VieSignLang/
|
| 18 |
_URLS = {
|
| 19 |
"meta": f"{_REPO_URL}/WLASL_v0.3.json",
|
| 20 |
"videos": f"{_REPO_URL}/videos/*.zip",
|
|
|
|
| 14 |
_DESCRIPTION = """
|
| 15 |
"""
|
| 16 |
_HOMEPAGE = "https://github.com/dxli94/WLASL"
|
| 17 |
+
_REPO_URL = "https://huggingface.co/datasets/VieSignLang/wlasl/resolve/main"
|
| 18 |
_URLS = {
|
| 19 |
"meta": f"{_REPO_URL}/WLASL_v0.3.json",
|
| 20 |
"videos": f"{_REPO_URL}/videos/*.zip",
|