RandomPersonRR commited on
Commit
e50f2cd
Β·
verified Β·
1 Parent(s): cc8ad2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/*, audio/*])
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():