Spaces:
Runtime error
Runtime error
Armandoliv
commited on
Commit
·
6c16ee3
1
Parent(s):
a70cc2a
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def main_generator(youtube_id:str):
|
|
14 |
if len(YouTubeID)>1:
|
15 |
YouTubeID = YouTubeID[1]
|
16 |
else:
|
17 |
-
YouTubeID ='
|
18 |
|
19 |
OutputFile = f'test_audio_youtube_{YouTubeID}.m4a'
|
20 |
|
|
|
14 |
if len(YouTubeID)>1:
|
15 |
YouTubeID = YouTubeID[1]
|
16 |
else:
|
17 |
+
YouTubeID ='XfyGv-xwjlI'
|
18 |
|
19 |
OutputFile = f'test_audio_youtube_{YouTubeID}.m4a'
|
20 |
|