Spaces:
Sleeping
Sleeping
Gbssreejith
commited on
Commit
•
a08e836
1
Parent(s):
5d8feb4
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def transcribe(audio):
|
|
9 |
|
10 |
iface = gr.Interface(
|
11 |
fn=transcribe,
|
12 |
-
inputs=gr.Audio(sources="microphone", type="filepath"),
|
13 |
outputs="text",
|
14 |
title="Whisper Small ml",
|
15 |
description="Realtime demo for malayalam speech recognition using a fine-tuned Whisper small model.",
|
|
|
9 |
|
10 |
iface = gr.Interface(
|
11 |
fn=transcribe,
|
12 |
+
inputs=gr.Audio(sources="microphone", type="filepath",format="wav"),
|
13 |
outputs="text",
|
14 |
title="Whisper Small ml",
|
15 |
description="Realtime demo for malayalam speech recognition using a fine-tuned Whisper small model.",
|