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