Spaces:
Sleeping
Sleeping
Fix typo
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ gradio_app = gr.Interface(
|
|
32 |
fn=transcribe,
|
33 |
inputs=[gr.Audio(sources=["upload","microphone"]), gr.Dropdown(model_ids_list)],
|
34 |
outputs="text",
|
35 |
-
title="Finnish Automatic Speech Recognition"
|
36 |
description ="Choose a model from the list. Select the Base model for the fastest inference and the XLarge one for the most accurate results."
|
37 |
)
|
38 |
|
|
|
32 |
fn=transcribe,
|
33 |
inputs=[gr.Audio(sources=["upload","microphone"]), gr.Dropdown(model_ids_list)],
|
34 |
outputs="text",
|
35 |
+
title="Finnish Automatic Speech Recognition",
|
36 |
description ="Choose a model from the list. Select the Base model for the fastest inference and the XLarge one for the most accurate results."
|
37 |
)
|
38 |
|