mzboito commited on
Commit
fb061a4
1 Parent(s): 2642596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. Consider accessing it using a Chrome browser.**""",
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