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