rendchevi commited on
Commit
0fff674
β€’
1 Parent(s): 332aee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,12 +30,12 @@ init_session_state()
30
 
31
  # Description
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> (Submitted to <b>INTERSPEECH 2022</b>)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You can access the paper and the released models <a href='https://github.com/rendchevi/nix-tts'>here</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Authors: Rendi Chevi, Radityo Eko Prasojo, Alham Fikri Aji.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Corresponding Author: Rendi Chevi, rendi.chevi@&#123kata.ai, gmail.com&#125</small></{mode}>",
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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You can access the paper and the released models <a href='https://github.com/rendchevi/nix-tts'>here</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Authors: Rendi Chevi, Radityo Eko Prasojo, Alham Fikri Aji, Andros Tjandra, Sakriani Sakti Aji.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Corresponding Author: Rendi Chevi, rendi.chevi@&#123kata.ai, gmail.com&#125</small></{mode}>",
39
  unsafe_allow_html = True
40
  )
41