GetmanY1 commited on
Commit
bdb4270
·
1 Parent(s): 99ef49e
Files changed (1) hide show
  1. app.py +1 -1
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