Funbi commited on
Commit
4066e85
·
1 Parent(s): 69bd5ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def transcribe(audio):
141
 
142
 
143
  gr.Interface(
144
- title = 'OpenAI Whisper ASR Gradio Web UI',
145
  fn=transcribe,
146
  inputs=[
147
  gr.inputs.Audio(source="microphone", type="filepath")
 
141
 
142
 
143
  gr.Interface(
144
+ title = 'OpenAI Whisper ASR Gradio Web UI',description="This app will take an audio input and it will try to guess the language and also translate it to french ",
145
  fn=transcribe,
146
  inputs=[
147
  gr.inputs.Audio(source="microphone", type="filepath")