Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def transcribe(audio):
|
|
8 |
|
9 |
demo = gr.Interface(
|
10 |
fn=transcribe,
|
11 |
-
inputs=gr.Audio(
|
12 |
outputs="text",
|
13 |
title="Whisper Small Oriya",
|
14 |
description="Demo for Oriya speech recognition by fine-tuning a Whisper small model.",
|
|
|
8 |
|
9 |
demo = gr.Interface(
|
10 |
fn=transcribe,
|
11 |
+
inputs=gr.Audio(type="filepath"),
|
12 |
outputs="text",
|
13 |
title="Whisper Small Oriya",
|
14 |
description="Demo for Oriya speech recognition by fine-tuning a Whisper small model.",
|