Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ import gradio as gr
|
|
54 |
|
55 |
iface = gr.Interface(
|
56 |
fn=transcribe_the_command,
|
57 |
-
inputs=gr.inputs.Audio(label="Recorded Audio"),
|
58 |
outputs="text",
|
59 |
title="Whisper Small Hindi",
|
60 |
description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",
|
|
|
54 |
|
55 |
iface = gr.Interface(
|
56 |
fn=transcribe_the_command,
|
57 |
+
inputs=gr.inputs.Audio(label="Recorded Audio",source="microphone"),
|
58 |
outputs="text",
|
59 |
title="Whisper Small Hindi",
|
60 |
description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",
|