Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
import yt_dlp
|
2 |
import gradio as gr
|
3 |
-
|
4 |
import os
|
5 |
-
|
6 |
-
import gradio as gr
|
7 |
|
8 |
def downloader(video_url, save_folder, audio_format, audio_name):
|
9 |
save_path = os.path.join(save_folder, audio_name)
|
@@ -29,7 +27,7 @@ inputs = [
|
|
29 |
|
30 |
output = gr.Textbox(label="Output")
|
31 |
|
32 |
-
title = "
|
33 |
description = "Download audio from YouTube videos"
|
34 |
|
35 |
gr.Interface(
|
|
|
1 |
import yt_dlp
|
2 |
import gradio as gr
|
|
|
3 |
import os
|
4 |
+
|
|
|
5 |
|
6 |
def downloader(video_url, save_folder, audio_format, audio_name):
|
7 |
save_path = os.path.join(save_folder, audio_name)
|
|
|
27 |
|
28 |
output = gr.Textbox(label="Output")
|
29 |
|
30 |
+
title = "h1(style='text-align: center;') YouTube Audio Downloader"
|
31 |
description = "Download audio from YouTube videos"
|
32 |
|
33 |
gr.Interface(
|