Spaces:
Runtime error
Runtime error
Fixes
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def transcribe(audio):
|
|
| 20 |
|
| 21 |
audio= gr.Interface(
|
| 22 |
fn=transcribe,
|
| 23 |
-
inputs=gr.Audio(sources=["microphone"]),
|
| 24 |
outputs="text",
|
| 25 |
title="Whisper Small Bengali",
|
| 26 |
description="Realtime demo for Bengali speech recognition using a fine-tuned Whisper small model.",
|
|
|
|
| 20 |
|
| 21 |
audio= gr.Interface(
|
| 22 |
fn=transcribe,
|
| 23 |
+
inputs=gr.Audio(sources=["microphone"], type="filepath"),
|
| 24 |
outputs="text",
|
| 25 |
title="Whisper Small Bengali",
|
| 26 |
description="Realtime demo for Bengali speech recognition using a fine-tuned Whisper small model.",
|