Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,8 @@ description=[
|
|
14 |
f"""
|
15 |
**Interspeech 2024 DEMO.** Cascaded SLU using {mhubert_link} and {massive_link} components.
|
16 |
""",
|
17 |
-
f"""This demo runs on CPU node.
|
|
|
18 |
f"""For more details on the implementation, check our {blog_post_link}.""",
|
19 |
]
|
20 |
|
|
|
14 |
f"""
|
15 |
**Interspeech 2024 DEMO.** Cascaded SLU using {mhubert_link} and {massive_link} components.
|
16 |
""",
|
17 |
+
f"""This demo runs on CPU node. You may experience lagging due to network latency depending on the concurrent requests.""",
|
18 |
+
f"""**This demo currently doesn't support safari. Consider accessing it using a Chrome browser.**""",
|
19 |
f"""For more details on the implementation, check our {blog_post_link}.""",
|
20 |
]
|
21 |
|