mzboito commited on
Commit
123d294
1 Parent(s): c6ba3b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  ]