Spaces:
Runtime error
Runtime error
Added Attribution
Browse files
app.py
CHANGED
@@ -24,5 +24,7 @@ iface = gr.Interface(
|
|
24 |
"Треба ще пошукати такий міцний замок. А це Замок Вінгерський.",
|
25 |
],
|
26 |
title="Ukrainian Accentor Transformer",
|
|
|
|
|
27 |
)
|
28 |
iface.launch()
|
|
|
24 |
"Треба ще пошукати такий міцний замок. А це Замок Вінгерський.",
|
25 |
],
|
26 |
title="Ukrainian Accentor Transformer",
|
27 |
+
article="Trained on dataset - [News corpus](https://lang.org.ua/en/corpora/#anchor5) by [Dmytro Chaplynskyi](https://github.com/dchaplinsky) from [lang-uk](https://github.com/lang-uk) \n"
|
28 |
+
+ "Stressed using [ukrainian-word-stress](https://github.com/lang-uk/ukrainian-word-stress) by [Oleksiy Syvokon](https://github.com/asivokon) \n"
|
29 |
)
|
30 |
iface.launch()
|