mzboito commited on
Commit
b1ff38e
1 Parent(s): 4eb9f71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,13 +8,13 @@ from nlu.run_nlu import run_nlu_inference, load_nlu_model
8
  ############### strings
9
  mhubert_link = '[mHuBERT-147 model](https://huggingface.co/utter-project/mHuBERT-147)'
10
  massive_link = '[Speech-MASSIVE dataset](https://huggingface.co/datasets/FBK-MT/Speech-MASSIVE)'
11
- blog_post_link = '[blog post](TO DO TO DO)'
12
  title = "# DEMO: French Spoken Language Understanding using mHuBERT-147 and Speech-MASSIVE"
13
  description=[
14
  f"""
15
  **Interspeech 2024 DEMO.** Cascaded SLU using {mhubert_link} and {massive_link} components.
16
  """,
17
- """For more details on the implementation, check our blog post.""",
18
  ]
19
 
20
  examples = [
 
8
  ############### strings
9
  mhubert_link = '[mHuBERT-147 model](https://huggingface.co/utter-project/mHuBERT-147)'
10
  massive_link = '[Speech-MASSIVE dataset](https://huggingface.co/datasets/FBK-MT/Speech-MASSIVE)'
11
+ blog_post_link = '[blog post](https://huggingface.co/blog/mzboito/naver-demo-french-slu)'
12
  title = "# DEMO: French Spoken Language Understanding using mHuBERT-147 and Speech-MASSIVE"
13
  description=[
14
  f"""
15
  **Interspeech 2024 DEMO.** Cascaded SLU using {mhubert_link} and {massive_link} components.
16
  """,
17
+ f"""For more details on the implementation, check our {blog_post_link}.""",
18
  ]
19
 
20
  examples = [