Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,12 +30,12 @@ init_session_state()
|
|
30 |
|
31 |
# Description
|
32 |
centered_text("π€ Nix-TTS Interactive Demo")
|
33 |
-
centered_text("
|
34 |
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 |
|
|
|
30 |
|
31 |
# Description
|
32 |
centered_text("π€ Nix-TTS Interactive Demo")
|
33 |
+
centered_text("Lightweight and End-to-end Text-to-Speech via Module-wise Distillation", "h5")
|
34 |
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> (Accepted to IEEE SLT 2022)<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, Andros Tjandra, Sakriani Sakti Aji.<br> Corresponding Author: Rendi Chevi, rendi.chevi@{kata.ai, gmail.com}</small></{mode}>",
|
39 |
unsafe_allow_html = True
|
40 |
)
|
41 |
|