Ahsen Khaliq commited on
Commit
8a6ae20
1 Parent(s): 3f53296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def inference(audio):
43
  inputs = gr.inputs.Audio(label="Input Audio", type="file")
44
  outputs = gr.outputs.Textbox(label="Output Text")
45
 
46
- title = "wav2vec 2.0"
47
  description = "Gradio demo for Real-time ASR with ESPnet2. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
48
  article = "<p style='text-align: center'><a href='https://espnet.github.io/espnet/'>ESPnet: end-to-end speech processing toolkit</a> | <a href='https://github.com/espnet/espnet'>Github Repo</a></p>"
49
 
 
43
  inputs = gr.inputs.Audio(label="Input Audio", type="file")
44
  outputs = gr.outputs.Textbox(label="Output Text")
45
 
46
+ title = "ESPnet2-ASR"
47
  description = "Gradio demo for Real-time ASR with ESPnet2. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
48
  article = "<p style='text-align: center'><a href='https://espnet.github.io/espnet/'>ESPnet: end-to-end speech processing toolkit</a> | <a href='https://github.com/espnet/espnet'>Github Repo</a></p>"
49