Spaces:
Runtime error
Runtime error
lint
Browse files
app.py
CHANGED
@@ -40,7 +40,8 @@ with block:
|
|
40 |
label="Model Size",
|
41 |
choices=['base', 'small', 'medium', 'large'],
|
42 |
value='base'
|
43 |
-
)
|
|
|
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",
|