Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(
|
|
11 |
fn=transcribe,
|
12 |
inputs=gr.Audio(type="filepath"),
|
13 |
outputs="text",
|
14 |
-
title="
|
15 |
description="Realtime demo for Kyrgyz speech recognition using a fine-tuned Whisper small model.",
|
16 |
)
|
17 |
|
|
|
11 |
fn=transcribe,
|
12 |
inputs=gr.Audio(type="filepath"),
|
13 |
outputs="text",
|
14 |
+
title="Kyrgyz-STT-Small",
|
15 |
description="Realtime demo for Kyrgyz speech recognition using a fine-tuned Whisper small model.",
|
16 |
)
|
17 |
|