Flux9665 commited on
Commit
636280c
·
verified ·
1 Parent(s): 3ac9c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,5 +83,5 @@ iface = gr.Interface(fn=vis_wrapper,
83
  allow_flagging="never",
84
  live=False,
85
  fill_width=True,
86
- description="This demo converts any sentence into a sequence of articulatory features and then displays a visualization of them. This can be useful for phonetic applications, as well as text-to-speech, since this representation is language agnostic. The only major bottleneck is the conversion from graphemes to phonemes and their modifiers. While there are more than 7000 languages supported, the correctness and completeness of the produced phoneme sequences with their modifiers varies a lot across languages. To use this in a project, have a look at https://github.com/Flux9665/ArticulatoryTextFrontend")
87
  iface.launch()
 
83
  allow_flagging="never",
84
  live=False,
85
  fill_width=True,
86
+ description="<br><br>This demo converts any sentence into a sequence of articulatory features and then displays a visualization of them. This can be useful for phonetic applications, as well as text-to-speech, since this representation is language agnostic. The only major bottleneck is the conversion from graphemes to phonemes and their modifiers. While there are more than 7000 languages supported, the correctness and completeness of the produced phoneme sequences with their modifiers varies a lot across languages. To use this in a project, have a look at https://github.com/Flux9665/ArticulatoryTextFrontend <br><br>")
87
  iface.launch()