Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ description=[
|
|
15 |
f"""
|
16 |
**Interspeech 2024 DEMO.** Cascaded SLU using {mhubert_link} and {massive_link} components.
|
17 |
""",
|
|
|
18 |
f"""This demo runs on CPU node. You may experience lagging due to network latency depending on the concurrent requests.""",
|
19 |
f"""For more details on the implementation, check our {blog_post_link}.""",
|
20 |
]
|
|
|
15 |
f"""
|
16 |
**Interspeech 2024 DEMO.** Cascaded SLU using {mhubert_link} and {massive_link} components.
|
17 |
""",
|
18 |
+
f"""You can record or upload an spoken utterance in French, or select one of the available examples below.""",
|
19 |
f"""This demo runs on CPU node. You may experience lagging due to network latency depending on the concurrent requests.""",
|
20 |
f"""For more details on the implementation, check our {blog_post_link}.""",
|
21 |
]
|