sudoping01 commited on
Commit
b8622b9
·
verified ·
1 Parent(s): e9633f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ demo = gr.Interface(
70
  gr.Audio(source="microphone", type="filepath", label="Audio Input")
71
  ],
72
  outputs=gr.Textbox(label="Transcription"),
73
- title="Multilingual Speech Recognition",
74
- description="Upload an audio file or record audio to transcribe Wolof, French, or English speech.",
75
  theme="default",
76
  enable_queue=True
77
  )
 
70
  gr.Audio(source="microphone", type="filepath", label="Audio Input")
71
  ],
72
  outputs=gr.Textbox(label="Transcription"),
73
+ title="Multilingual Speech Recognition: Wolof, French, English, .. or Mix ",
74
+ description="Upload an audio file or record audio to transcribe Wolof, French, or English speech...",
75
  theme="default",
76
  enable_queue=True
77
  )