Datasets:

ArXiv:
Libraries:
Datasets
License:
gsarti commited on
Commit
26f3452
·
1 Parent(s): ce55afa

Update divemt.py

Browse files
Files changed (1) hide show
  1. divemt.py +1 -1
divemt.py CHANGED
@@ -20,7 +20,7 @@ _HOMEPAGE = "https://github.com/gsarti/divemt"
20
 
21
  _LICENSE = "GNU General Public License v3.0"
22
 
23
- _ROOT_PATH = "https://github.com/gsarti/divemt/raw/main/data/"
24
 
25
  _PATHS = {
26
  "main": os.path.join(_ROOT_PATH, "main.tsv"),
 
20
 
21
  _LICENSE = "GNU General Public License v3.0"
22
 
23
+ _ROOT_PATH = "https://raw.githubusercontent.com/gsarti/divemt/main/data/"
24
 
25
  _PATHS = {
26
  "main": os.path.join(_ROOT_PATH, "main.tsv"),