Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
00d0134
1
Parent(s):
372ceb3
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,7 @@ outputs = gr.outputs.Textbox(label="Output Text")
|
|
42 |
|
43 |
title = "wav2vec 2.0"
|
44 |
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."
|
45 |
-
article = "<p style='text-align: center'><a href='https://espnet.github.io/espnet/'>ESPnet: end-to-end speech processing toolkit
|
46 |
-
</a> | <a href='https://github.com/espnet/espnet'>Github Repo</a></p>"
|
47 |
|
48 |
|
49 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article).launch()
|
|
|
42 |
|
43 |
title = "wav2vec 2.0"
|
44 |
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."
|
45 |
+
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>"
|
|
|
46 |
|
47 |
|
48 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article).launch()
|