Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,8 @@ with gr.Blocks() as demo:
|
|
42 |
|
43 |
with gr.Row():
|
44 |
url_input = gr.Textbox(label="YouTube URL")
|
45 |
-
|
46 |
-
|
47 |
with gr.Row():
|
48 |
download_button = gr.Button("Download")
|
49 |
with gr.Row():
|
|
|
42 |
|
43 |
with gr.Row():
|
44 |
url_input = gr.Textbox(label="YouTube URL")
|
45 |
+
with gr.Row():
|
46 |
+
download_video_checkbox = gr.Checkbox(label="Download Video", value=False)
|
47 |
with gr.Row():
|
48 |
download_button = gr.Button("Download")
|
49 |
with gr.Row():
|