Commit
·
a166f0e
1
Parent(s):
efa7a99
Update horror-scripts.py
Browse files- horror-scripts.py +1 -1
horror-scripts.py
CHANGED
@@ -43,7 +43,7 @@ _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/
|
47 |
|
48 |
# Name of the dataset
|
49 |
class LyricsDataset(datasets.GeneratorBasedBuilder):
|
|
|
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/AlekseyKorshuk/horror-scripts/resolve/main/horror_scripts.json"
|
47 |
|
48 |
# Name of the dataset
|
49 |
class LyricsDataset(datasets.GeneratorBasedBuilder):
|