Commit
·
0dec270
1
Parent(s):
84f6eba
Update test_scripts.py
Browse files- test_scripts.py +1 -1
test_scripts.py
CHANGED
|
@@ -44,7 +44,7 @@ _HOMEPAGE = "https://github.com/AlekseyKorshuk/huggingartists"
|
|
| 44 |
# Add the licence for the dataset here if you can find it
|
| 45 |
_LICENSE = "All rights belong to copyright holders"
|
| 46 |
|
| 47 |
-
_URL = "https://huggingface.co/datasets/RollingMuffin/
|
| 48 |
|
| 49 |
# Name of the dataset
|
| 50 |
class LyricsDataset(datasets.GeneratorBasedBuilder):
|
|
|
|
| 44 |
# Add the licence for the dataset here if you can find it
|
| 45 |
_LICENSE = "All rights belong to copyright holders"
|
| 46 |
|
| 47 |
+
_URL = "https://huggingface.co/datasets/RollingMuffin/test_scripts/blob/main/testScripts.json"
|
| 48 |
|
| 49 |
# Name of the dataset
|
| 50 |
class LyricsDataset(datasets.GeneratorBasedBuilder):
|