RandomPersonRR commited on
Commit
c1e1ec2
·
verified ·
1 Parent(s): 76e6c8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks() as demo:
102
  gr.Markdown("Upload a video or use a YouTube URL and adjust the options below.")
103
 
104
  with gr.Row():
105
- use_youtube = gr.Checkbox(label="Use YouTube URL", value=False)
106
  youtube_url = gr.Textbox(label="YouTube URL", placeholder="Enter YouTube URL here")
107
  video_file = gr.File(label="Upload Video")
108
 
 
102
  gr.Markdown("Upload a video or use a YouTube URL and adjust the options below.")
103
 
104
  with gr.Row():
105
+ use_youtube = gr.Checkbox(label="Use YouTube URL (almost never works)", value=False)
106
  youtube_url = gr.Textbox(label="YouTube URL", placeholder="Enter YouTube URL here")
107
  video_file = gr.File(label="Upload Video")
108