Spaces:
Runtime error
Runtime error
rendchevi11
commited on
Commit
•
332aee3
1
Parent(s):
6b6768b
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ st.write(" ")
|
|
35 |
|
36 |
mode = "p"
|
37 |
st.markdown(
|
38 |
-
f"<{mode} style='text-align: left;'><small>🗒️ This is a demo from our latest paper, <b>Nix-TTS</b
|
39 |
unsafe_allow_html = True
|
40 |
)
|
41 |
|
|
|
35 |
|
36 |
mode = "p"
|
37 |
st.markdown(
|
38 |
+
f"<{mode} style='text-align: left;'><small>🗒️ This is a demo from our latest paper, <b>Nix-TTS</b> (Submitted to <b>INTERSPEECH 2022</b>)<br> You can access the paper and the released models <a href='https://github.com/rendchevi/nix-tts'>here</a><br> Authors: Rendi Chevi, Radityo Eko Prasojo, Alham Fikri Aji.<br> Corresponding Author: Rendi Chevi, rendi.chevi@{kata.ai, gmail.com}</small></{mode}>",
|
39 |
unsafe_allow_html = True
|
40 |
)
|
41 |
|