Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,11 +18,6 @@ with gr.Blocks(theme="base") as demo:
|
|
18 |
t = gr.Textbox(placeholder="https://www.youtube.com/watch?v=44vi31hehw4")
|
19 |
h = gr.HTML(label="Video preview")
|
20 |
t.change(utils.convert_to_embed_url, t, h)
|
21 |
-
transcribe_btn.click(
|
22 |
-
transcribe.transcribe,
|
23 |
-
inputs=[
|
24 |
-
|
25 |
-
]
|
26 |
|
27 |
with gr.Column():
|
28 |
gr.Dropdown(label="Languages", choices=["(Autodetect)", "English"], value="(Autodetect)")
|
|
|
18 |
t = gr.Textbox(placeholder="https://www.youtube.com/watch?v=44vi31hehw4")
|
19 |
h = gr.HTML(label="Video preview")
|
20 |
t.change(utils.convert_to_embed_url, t, h)
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
with gr.Column():
|
23 |
gr.Dropdown(label="Languages", choices=["(Autodetect)", "English"], value="(Autodetect)")
|