iqbalc commited on
Commit
3e4d5ab
·
1 Parent(s): eaa6007

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -27,8 +27,6 @@ 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
  fn=transcribe,
31
  inputs=[
32
  gr.inputs.Audio(source="microphone", type="filepath")