Armandoliv commited on
Commit
6c16ee3
·
1 Parent(s): a70cc2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ='xOZM-1p-jAk'
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