tensorkelechi commited on
Commit
6b21f18
·
verified ·
1 Parent(s): 4762257

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def youtube_video_downloader(url):
34
 
35
 
36
  def audio_extraction(video_file):
37
- audio = extract_audio(input_path=video_file, output_path=f"{video_file}.mp3")
38
  return audio
39
 
40
 
 
34
 
35
 
36
  def audio_extraction(video_file):
37
+ audio = extract_audio(input_path=video_file, output_path=video_file)
38
  return audio
39
 
40