Gokul14 commited on
Commit
0ed1363
1 Parent(s): 7fc59b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
- from youtube_video import download_and_compress_youtube_audio
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(
 
1
+ from youtube_video import download_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(