jeffh commited on
Commit
01e86a3
·
1 Parent(s): b2d62a1
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -40,7 +40,8 @@ with block:
40
  label="Model Size",
41
  choices=['base', 'small', 'medium', 'large'],
42
  value='base'
43
- ).change(change_model, inputs=[sz], outputs=[])
 
44
  link = gr.Textbox(label="YouTube Link")
45
  text = gr.Textbox(
46
  label="Transcription",
 
40
  label="Model Size",
41
  choices=['base', 'small', 'medium', 'large'],
42
  value='base'
43
+ )
44
+ sz.change(change_model, inputs=[sz], outputs=[])
45
  link = gr.Textbox(label="YouTube Link")
46
  text = gr.Textbox(
47
  label="Transcription",