Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ with block:
|
|
48 |
with gr.Box():
|
49 |
sz = gr.Dropdown(label="Model Size", choices=['base','small', 'medium', 'large'], value='base')
|
50 |
|
51 |
-
link = gr.
|
52 |
|
53 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
54 |
title = gr.Label(label="Video Title", placeholder="Title")
|
|
|
48 |
with gr.Box():
|
49 |
sz = gr.Dropdown(label="Model Size", choices=['base','small', 'medium', 'large'], value='base')
|
50 |
|
51 |
+
link = gr.File(label="YouTube Link or Upload a Video")
|
52 |
|
53 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
54 |
title = gr.Label(label="Video Title", placeholder="Title")
|