Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ demo = gr.Interface(
|
|
| 31 |
fn=transcribe,
|
| 32 |
inputs=gr.Audio(type="filepath"),
|
| 33 |
outputs="text",
|
| 34 |
-
title="
|
| 35 |
description="Realtime demo for Polish speech recognition using a fine-tuned Whisper Base model with text correction.",
|
| 36 |
)
|
| 37 |
|
|
|
|
| 31 |
fn=transcribe,
|
| 32 |
inputs=gr.Audio(type="filepath"),
|
| 33 |
outputs="text",
|
| 34 |
+
title="Polish speech recognition",
|
| 35 |
description="Realtime demo for Polish speech recognition using a fine-tuned Whisper Base model with text correction.",
|
| 36 |
)
|
| 37 |
|