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