Update app.py
Browse files
app.py
CHANGED
@@ -174,9 +174,9 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="rose")) as demo:
|
|
174 |
|
175 |
with gr.Group():
|
176 |
with gr.Row():
|
177 |
-
use_youtube = gr.Checkbox(label="π Use YouTube URL (
|
178 |
youtube_url = gr.Textbox(label="YouTube URL", placeholder="Paste YouTube URL here")
|
179 |
-
video_file = gr.File(label="
|
180 |
|
181 |
gr.Markdown("### βοΈ **Conversion Settings**")
|
182 |
with gr.Group():
|
|
|
174 |
|
175 |
with gr.Group():
|
176 |
with gr.Row():
|
177 |
+
use_youtube = gr.Checkbox(label="π Use YouTube URL (This is useless on HF)", value=False)
|
178 |
youtube_url = gr.Textbox(label="YouTube URL", placeholder="Paste YouTube URL here")
|
179 |
+
video_file = gr.File(label="Upload Video File")
|
180 |
|
181 |
gr.Markdown("### βοΈ **Conversion Settings**")
|
182 |
with gr.Group():
|