Flux9665 commited on
Commit
5748c89
Β·
verified Β·
1 Parent(s): 88dc542

Update app.py

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