Gokul14 commited on
Commit
7438530
1 Parent(s): fd78400

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from youtube_video import download_and_compress_youtube_audio
2
  import gradio as gr
3
 
4
  def app(video_link):
5
- video_path = download_youtube_audio(video_link)
6
  return video_path
7
 
8
  interface = gr.Interface(
 
2
  import gradio as gr
3
 
4
  def app(video_link):
5
+ video_path = download_and_compress_youtube_audio(video_link)
6
  return video_path
7
 
8
  interface = gr.Interface(