Blane187 commited on
Commit
48b26fa
·
verified ·
1 Parent(s): e75acfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -21,15 +21,15 @@ def downloader(video_url, save_folder, audio_format, audio_name):
21
  return f"Audio downloaded successfully to {save_path}"
22
 
23
  inputs = [
24
- gr.Textbox(label="YouTube video link", default="https://youtu.be/L3P0LgwuPPo?si=3dLDS6WIGM2Lk9gf"),
25
- gr.Textbox(label="Audio name", default="Harenchi"),
26
- gr.Textbox(label="Output path for downloaded audio files", default="/content/drive/MyDrive/Separar"),
27
- gr.Radio(["wav", "flac", "mp3"], label="Select the output format", default="wav")
28
  ]
29
 
30
  output = gr.Textbox(label="Output")
31
 
32
- title = "YouTube Audio Downloader"
33
  description = "Download audio from YouTube videos"
34
 
35
  gr.Interface(
 
21
  return f"Audio downloaded successfully to {save_path}"
22
 
23
  inputs = [
24
+ gr.Textbox(label="YouTube video link"),
25
+ gr.Textbox(label="Audio name"),
26
+ gr.Textbox(label="Output path for downloaded audio files"),
27
+ gr.Radio(["wav", "flac", "mp3"], label="Select the output format")
28
  ]
29
 
30
  output = gr.Textbox(label="Output")
31
 
32
+ title = "<h1 align="center"><b> YouTube Audio Downloader <b></h1> "
33
  description = "Download audio from YouTube videos"
34
 
35
  gr.Interface(