Hev832 commited on
Commit
463c830
1 Parent(s): 2e12098

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -67,8 +67,8 @@ def downloader(video_url, audio_format, audio_name):
67
  with gr.Blocks() as demo:
68
  gr.Markdown("# YouTube Downloader 2.0")
69
  with gr.Row():
70
- video_url = gr.Textbox(label="YouTube video link", default="https://youtu.be/yQBGdXGCUbA?si=7avvqH-6OOkGWqFm")
71
- audio_name = gr.Textbox(label="Audio name of YouTube audio", default="killshot")
72
  audio_format = gr.Radio(["wav", "flac", "mp3"], label="Select the output format")
73
  with gr.Row():
74
  output = gr.Audio(label="Output")
 
67
  with gr.Blocks() as demo:
68
  gr.Markdown("# YouTube Downloader 2.0")
69
  with gr.Row():
70
+ video_url = gr.Textbox(default="https://youtu.be/yQBGdXGCUbA?si=7avvqH-6OOkGWqFm", label="YouTube video link")
71
+ audio_name = gr.Textbox(default="killshot", label="Audio name of YouTube audio")
72
  audio_format = gr.Radio(["wav", "flac", "mp3"], label="Select the output format")
73
  with gr.Row():
74
  output = gr.Audio(label="Output")