Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -162,6 +162,5 @@ iface = gr.Interface(fn=m.measure,
|
|
162 |
gr.Plot(label="", show_label=False, format="png", container=True)],
|
163 |
description="<br><br> This demo allows you to view the distance between two languages from the ISO 639-3 list according to several distance measurement functions. "
|
164 |
"For more information, check out our paper: https://arxiv.org/abs/2406.06403 and our text-to-speech tool, in which we make use of "
|
165 |
-
"this technique: https://github.com/DigitalPhonetics/IMS-Toucan <br><br>"
|
166 |
-
fill_width=True)
|
167 |
iface.launch()
|
|
|
162 |
gr.Plot(label="", show_label=False, format="png", container=True)],
|
163 |
description="<br><br> This demo allows you to view the distance between two languages from the ISO 639-3 list according to several distance measurement functions. "
|
164 |
"For more information, check out our paper: https://arxiv.org/abs/2406.06403 and our text-to-speech tool, in which we make use of "
|
165 |
+
"this technique: https://github.com/DigitalPhonetics/IMS-Toucan <br><br>")
|
|
|
166 |
iface.launch()
|