Spaces:
Running
Running
Update app.py
Browse files
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"
|
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 = "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(
|