Spaces:
Runtime error
Runtime error
feedback
Browse files
app.py
CHANGED
@@ -97,6 +97,7 @@ if __name__ == "__main__":
|
|
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 |
|
101 |
valid_epitran_mappings = get_valid_epitran_mappings_list()
|
102 |
#st.write(valid_epitran_mappings)
|
|
|
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(f"**Feedback:** Provide feedback at https://twitter.com/cleong110, or via slack: https://masakhane-nlp.slack.com/archives/D01DU3MHP7A")
|
101 |
|
102 |
valid_epitran_mappings = get_valid_epitran_mappings_list()
|
103 |
#st.write(valid_epitran_mappings)
|