Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
·
0ea62da
1
Parent(s):
9d3f4c4
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ global temp_addr
|
|
14 |
temp_addr = "/yt_download/" + str(datetime.datetime.now())
|
15 |
|
16 |
def clean_up():
|
17 |
-
hh.delete_folder("/yt_download")
|
18 |
os.mkdir("/yt_download")
|
19 |
|
20 |
def convert_video_to_audio_ffmpeg(video_file, output_ext="mp3"):
|
|
|
14 |
temp_addr = "/yt_download/" + str(datetime.datetime.now())
|
15 |
|
16 |
def clean_up():
|
17 |
+
hh.delete_folder(path_in_repo = "/yt_download", repo_id = "Campfireman/YouTubeAudioGrabNTake")
|
18 |
os.mkdir("/yt_download")
|
19 |
|
20 |
def convert_video_to_audio_ffmpeg(video_file, output_ext="mp3"):
|