RollingMuffin commited on
Commit
2ba5202
1 Parent(s): 0092946

Update test_scripts.py

Browse files
Files changed (1) hide show
  1. test_scripts.py +2 -1
test_scripts.py CHANGED
@@ -43,7 +43,8 @@ _HOMEPAGE = "https://github.com/AlekseyKorshuk/huggingartists"
43
  # Add the licence for the dataset here if you can find it
44
  _LICENSE = "All rights belong to copyright holders"
45
 
46
- _URL = "https://huggingface.co/datasets/RollingMuffin/test_script/resolve/main/testScripts.json"
 
47
  # Name of the dataset
48
  class LyricsDataset(datasets.GeneratorBasedBuilder):
49
  """Lyrics dataset"""
 
43
  # Add the licence for the dataset here if you can find it
44
  _LICENSE = "All rights belong to copyright holders"
45
 
46
+ _URL = "https://huggingface.co/datasets/RollingMuffin/test_scripts/raw/main/testScripts.json"
47
+
48
  # Name of the dataset
49
  class LyricsDataset(datasets.GeneratorBasedBuilder):
50
  """Lyrics dataset"""