AI-DHD commited on
Commit
c45ec11
·
1 Parent(s): 779aed2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.file_uploader(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")
 
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")