abidlabs HF staff commited on
Commit
9421b23
·
verified ·
1 Parent(s): 929fafc

Update app.py

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