Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def youtube_video_downloader(url):
|
|
36 |
|
37 |
def audio_extraction(video_file, output_format):
|
38 |
audio = extract_audio(
|
39 |
-
input_path=video_file, output_path=f"{
|
40 |
)
|
41 |
return audio
|
42 |
|
|
|
36 |
|
37 |
def audio_extraction(video_file, output_format):
|
38 |
audio = extract_audio(
|
39 |
+
input_path=video_file, output_path=f"{video_file.name}.mp3", output_format=output_format
|
40 |
)
|
41 |
return audio
|
42 |
|