theodotus commited on
Commit
16f0ec2
1 Parent(s): 48364dc

Added Attribution

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