RandomPersonRR commited on
Commit
856342b
·
verified ·
1 Parent(s): 1dc23c5

Update app.py

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