jhtonyKoo commited on
Commit
e551a22
1 Parent(s): 531f763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -18,6 +18,8 @@ from pytube.exceptions import VideoUnavailable
18
  from inference.style_transfer import *
19
 
20
 
 
 
21
 
22
 
23
  def get_audio_from_yt_video(yt_link: str):
 
18
  from inference.style_transfer import *
19
 
20
 
21
+ yt_video_dir = "./yt_dir"
22
+ os.makedirs(yt_video_dir, exist_ok=True)
23
 
24
 
25
  def get_audio_from_yt_video(yt_link: str):