Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
•
c12185f
1
Parent(s):
9442f34
Update dataset/transcript_dataset.py
Browse files
dataset/transcript_dataset.py
CHANGED
@@ -9,10 +9,9 @@ from dataset.hf_dataset import HFDataset
|
|
9 |
|
10 |
class TranscriptDataset(HFDataset):
|
11 |
|
12 |
-
def __init__(self, name
|
13 |
self.name = name
|
14 |
-
|
15 |
-
super().__init__(name, token)
|
16 |
|
17 |
def generate_dataset(self, input, download_path, overwrite, whisper_config):
|
18 |
if validators.url(input):
|
|
|
9 |
|
10 |
class TranscriptDataset(HFDataset):
|
11 |
|
12 |
+
def __init__(self, name) -> None:
|
13 |
self.name = name
|
14 |
+
super().__init__(name)
|
|
|
15 |
|
16 |
def generate_dataset(self, input, download_path, overwrite, whisper_config):
|
17 |
if validators.url(input):
|