Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -153,10 +153,10 @@ iface = gr.Interface(fn=m.measure,
|
|
153 |
type="value",
|
154 |
value='German (deu)',
|
155 |
label="Select the second Language (type on your keyboard to find it quickly)")],
|
156 |
-
outputs=[gr.Plot(label="", show_label=False, format="png"),
|
157 |
-
gr.Plot(label="", show_label=False, format="png"),
|
158 |
-
gr.Plot(label="", show_label=False, format="png"),
|
159 |
-
gr.Plot(label="", show_label=False, format="png")],
|
160 |
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. "
|
161 |
"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 "
|
162 |
"this technique: https://github.com/DigitalPhonetics/IMS-Toucan <br><br>",
|
|
|
153 |
type="value",
|
154 |
value='German (deu)',
|
155 |
label="Select the second Language (type on your keyboard to find it quickly)")],
|
156 |
+
outputs=[gr.Plot(label="", show_label=False, format="png", container=True),
|
157 |
+
gr.Plot(label="", show_label=False, format="png", container=True),
|
158 |
+
gr.Plot(label="", show_label=False, format="png", container=True),
|
159 |
+
gr.Plot(label="", show_label=False, format="png", container=True)],
|
160 |
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. "
|
161 |
"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 "
|
162 |
"this technique: https://github.com/DigitalPhonetics/IMS-Toucan <br><br>",
|