rendchevi11 commited on
Commit
1139791
β€’
1 Parent(s): 8c05c9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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
- st.caption("πŸ—’οΈ This is a demo from our latest paper, **Nix-TTS**. <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You can access the paper and the released models [here](https://github.com/rendchevi/nix-tts). <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@{kata.ai, gmail.com}.", True)
 
 
 
 
 
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>&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
 
42
  # Model demo
43
  st.write(" ")