Spaces:
Runtime error
Runtime error
Commit
·
006ac29
1
Parent(s):
d297f8f
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def dataset(url, name):
|
|
13 |
data = []
|
14 |
whisper_options = dict(
|
15 |
model_size=model_size, mode=mode, write=write, number_videos=500)
|
16 |
-
whisperPP = WhisperPP(data, **whisper_options)
|
17 |
downloader = YoutubeDownloader(download_path)
|
18 |
downloader.download(url, whisperPP)
|
19 |
|
|
|
13 |
data = []
|
14 |
whisper_options = dict(
|
15 |
model_size=model_size, mode=mode, write=write, number_videos=500)
|
16 |
+
whisperPP = WhisperPP(data,name, **whisper_options)
|
17 |
downloader = YoutubeDownloader(download_path)
|
18 |
downloader.download(url, whisperPP)
|
19 |
|