mrfakename commited on
Commit
243d6b2
1 Parent(s): e4d7e13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -61,6 +61,8 @@ with gr.Blocks() as lj:
61
  with gr.Blocks(title="StyleTTS 2", css="footer{display:none !important}", theme=theme) as demo:
62
  gr.Markdown("""# StyleTTS 2
63
 
 
 
64
  [Paper](https://arxiv.org/abs/2306.07691) - [Samples](https://styletts2.github.io/) - [Code](https://github.com/yl4579/StyleTTS2)
65
 
66
  A free demo of StyleTTS 2. **I am not affiliated with the StyleTTS 2 Authors.**
 
61
  with gr.Blocks(title="StyleTTS 2", css="footer{display:none !important}", theme=theme) as demo:
62
  gr.Markdown("""# StyleTTS 2
63
 
64
+ StyleTTS 2 demo by [mrfakename](https://twitter.com/realmrfakename).
65
+
66
  [Paper](https://arxiv.org/abs/2306.07691) - [Samples](https://styletts2.github.io/) - [Code](https://github.com/yl4579/StyleTTS2)
67
 
68
  A free demo of StyleTTS 2. **I am not affiliated with the StyleTTS 2 Authors.**