Spaces:
Runtime error
Runtime error
Commit
·
6902e90
1
Parent(s):
077c8f8
Update app.py
Browse files
app.py
CHANGED
@@ -31,11 +31,11 @@ iface1 = gr.Interface(
|
|
31 |
)
|
32 |
|
33 |
iface2 = gr.Interface(
|
34 |
-
fn=
|
35 |
inputs=gr.Textbox(label="Youtube Link",placeholder="Youtube Link"),
|
36 |
outputs=["text"],
|
37 |
title="Whisper Base",
|
38 |
-
description="Asynchronous demo for
|
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 |
|