Yuyang2022 commited on
Commit
6902e90
1 Parent(s): 077c8f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,11 +31,11 @@ iface1 = gr.Interface(
31
  )
32
 
33
  iface2 = gr.Interface(
34
- fn=transcribe,
35
  inputs=gr.Textbox(label="Youtube Link",placeholder="Youtube Link"),
36
  outputs=["text"],
37
  title="Whisper Base",
38
- description="Asynchronous demo for youtube speech recognition using a fine-tuned Whisper-base model.",
39
  )
40
 
41
 
 
31
  )
32
 
33
  iface2 = gr.Interface(
34
+ fn=transcribe_video,
35
  inputs=gr.Textbox(label="Youtube Link",placeholder="Youtube Link"),
36
  outputs=["text"],
37
  title="Whisper Base",
38
+ description="Asynchronous demo for youtube speech recognition using a fine-tuned Whisper-base model.",
39
  )
40
 
41