Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def transcribe(my_video):
|
|
14 |
|
15 |
iface = gr.Interface(
|
16 |
fn=transcribe,
|
17 |
-
inputs=gr.
|
18 |
outputs="text",
|
19 |
title="Whisper Small Hindi",
|
20 |
description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",
|
|
|
14 |
|
15 |
iface = gr.Interface(
|
16 |
fn=transcribe,
|
17 |
+
inputs=gr.Video(),
|
18 |
outputs="text",
|
19 |
title="Whisper Small Hindi",
|
20 |
description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",
|