Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ description=[
|
|
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.
|
19 |
f"""For more details on the implementation, check our {blog_post_link}.""",
|
20 |
]
|
21 |
|
|
|
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. Please consider accessing it using a Chrome browser.**""",
|
19 |
f"""For more details on the implementation, check our {blog_post_link}.""",
|
20 |
]
|
21 |
|