mzboito commited on
Commit
2642596
·
verified ·
1 Parent(s): 44b6e66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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. **It was tested using Google Chrome.** You may experience lagging due to network latency depending on the concurrent requests.""",
 
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