RandomPersonRR commited on
Commit
d188c5a
Β·
verified Β·
1 Parent(s): 3ab04ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -174,9 +174,9 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="rose")) as demo:
174
 
175
  with gr.Group():
176
  with gr.Row():
177
- use_youtube = gr.Checkbox(label="πŸ”— Use YouTube URL (experimental)", value=False)
178
  youtube_url = gr.Textbox(label="YouTube URL", placeholder="Paste YouTube URL here")
179
- video_file = gr.File(label="πŸ“ Upload Video File")
180
 
181
  gr.Markdown("### βš™οΈ **Conversion Settings**")
182
  with gr.Group():
 
174
 
175
  with gr.Group():
176
  with gr.Row():
177
+ use_youtube = gr.Checkbox(label="πŸ”— Use YouTube URL (This is useless on HF)", value=False)
178
  youtube_url = gr.Textbox(label="YouTube URL", placeholder="Paste YouTube URL here")
179
+ video_file = gr.File(label="Upload Video File")
180
 
181
  gr.Markdown("### βš™οΈ **Conversion Settings**")
182
  with gr.Group():