rendchevi11 commited on
Commit
332aee3
1 Parent(s): 6b6768b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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><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
 
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