tanthinhdt commited on
Commit
b1f388a
·
verified ·
1 Parent(s): 54d27c2

fix(wlasl.py): adjust repo url

Browse files
Files changed (1) hide show
  1. wlasl.py +1 -1
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/csl-daily/resolve/main"
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",