Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="rose")) as demo:
|
|
152 |
with gr.Row():
|
153 |
use_youtube = gr.Checkbox(label="π Use YouTube URL (usually broken here)", value=False)
|
154 |
youtube_url = gr.Textbox(label="YouTube URL", placeholder="Paste YouTube URL here")
|
155 |
-
video_file = gr.File(label="π Upload Video File", file_types=[video
|
156 |
|
157 |
gr.Markdown("### βοΈ **Conversion Settings**")
|
158 |
with gr.Group():
|
|
|
152 |
with gr.Row():
|
153 |
use_youtube = gr.Checkbox(label="π Use YouTube URL (usually broken here)", value=False)
|
154 |
youtube_url = gr.Textbox(label="YouTube URL", placeholder="Paste YouTube URL here")
|
155 |
+
video_file = gr.File(label="π Upload Video File", file_types=["video/*", "audio/*"])
|
156 |
|
157 |
gr.Markdown("### βοΈ **Conversion Settings**")
|
158 |
with gr.Group():
|