Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
8a6ae20
1
Parent(s):
3f53296
Update app.py
Browse files
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 = "
|
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 |
|