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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1,9 +1,7 @@
1
  import yt_dlp
2
  import gradio as gr
3
-
4
  import os
5
- import yt_dlp
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 = "<h1 align="center"><b> YouTube Audio Downloader <b></h1> "
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(