iqbalc commited on
Commit
eaa6007
·
1 Parent(s): 95a1c4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ def transcribe(audio):
27
 
28
  gr.Interface(
29
  title = 'Speech to text with OpenAI (Large)',
30
- description="General-purpose speech recognition model"
31
- description="It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification."
32
  fn=transcribe,
33
  inputs=[
34
  gr.inputs.Audio(source="microphone", type="filepath")
 
27
 
28
  gr.Interface(
29
  title = 'Speech to text with OpenAI (Large)',
30
+ description="General-purpose speech recognition model",
31
+ description="It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification.",
32
  fn=transcribe,
33
  inputs=[
34
  gr.inputs.Audio(source="microphone", type="filepath")