Spaces:
Runtime error
Runtime error
Commit
·
1139791
1
Parent(s):
8c05c9b
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,12 @@ init_session_state()
|
|
| 32 |
centered_text("🐤 Nix-TTS Interactive Demo")
|
| 33 |
centered_text("An incredibly lightweight end-to-end text-to-speech model via knowledge distillation", "h5")
|
| 34 |
st.write(" ")
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
# Model demo
|
| 38 |
st.write(" ")
|
|
|
|
| 32 |
centered_text("🐤 Nix-TTS Interactive Demo")
|
| 33 |
centered_text("An incredibly lightweight end-to-end text-to-speech model via knowledge 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><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 |
|
| 42 |
# Model demo
|
| 43 |
st.write(" ")
|