Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ import gradio as gr
|
|
44 |
|
45 |
iface = gr.Interface(
|
46 |
fn=transcribe_the_command,
|
47 |
-
inputs=gr.Audio(
|
48 |
outputs="text",
|
49 |
title="Whisper Small Hindi",
|
50 |
description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",
|
|
|
44 |
|
45 |
iface = gr.Interface(
|
46 |
fn=transcribe_the_command,
|
47 |
+
inputs=gr.inputs.Audio(label="Recorded Audio"),
|
48 |
outputs="text",
|
49 |
title="Whisper Small Hindi",
|
50 |
description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",
|