Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|