Spaces:
Runtime error
Runtime error
link
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ if __name__ == "__main__":
|
|
96 |
|
97 |
st.write("# Phonemize your text with [Epitran](https://github.com/dmort27/epitran)!")
|
98 |
|
99 |
-
st.write("Epitran is a library and tool for transliterating orthographic text as IPA (International Phonetic Alphabet), by Mortensen, David R. and Dalmia, Siddharth and Littell, Patrick.")
|
100 |
st.write("I, [Colin Leong](cdleong.github.io) did not create Epitran, but I have created this web app (kindly hosted by Hugging Face) to make it convenient to use: simply type your text in the box below!")
|
101 |
st.write(f"**Feedback:** Provide feedback regarding this web app at https://twitter.com/cleong110, or via slack: https://masakhane-nlp.slack.com/archives/D01DU3MHP7A")
|
102 |
|
|
|
96 |
|
97 |
st.write("# Phonemize your text with [Epitran](https://github.com/dmort27/epitran)!")
|
98 |
|
99 |
+
st.write("Epitran is a library and tool for transliterating orthographic text as IPA (International Phonetic Alphabet), by Mortensen, David R. and Dalmia, Siddharth and Littell, Patrick. [Click here to visit their repository!](https://github.com/dmort27/epitran)")
|
100 |
st.write("I, [Colin Leong](cdleong.github.io) did not create Epitran, but I have created this web app (kindly hosted by Hugging Face) to make it convenient to use: simply type your text in the box below!")
|
101 |
st.write(f"**Feedback:** Provide feedback regarding this web app at https://twitter.com/cleong110, or via slack: https://masakhane-nlp.slack.com/archives/D01DU3MHP7A")
|
102 |
|