Spaces:
Running
Running
mrfakename
commited on
Commit
•
e599595
1
Parent(s):
384136e
Update app.py
Browse files
app.py
CHANGED
@@ -61,8 +61,6 @@ 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 |
-
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.**
|
@@ -74,6 +72,7 @@ Is there a long queue on this space? Duplicate it and add a more powerful GPU to
|
|
74 |
**NOTE: StyleTTS 2 does better on longer texts.** For example, making it say "hi" will produce a lower-quality result than making it say a longer phrase.""")
|
75 |
gr.DuplicateButton("Duplicate Space")
|
76 |
gr.TabbedInterface([vctk, clone, lj], ['Multi-Voice', 'Voice Cloning', 'LJSpeech'])
|
|
|
77 |
if __name__ == "__main__":
|
78 |
demo.queue(api_open=False, max_size=15).launch(show_api=False)
|
79 |
|
|
|
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.**
|
|
|
72 |
**NOTE: StyleTTS 2 does better on longer texts.** For example, making it say "hi" will produce a lower-quality result than making it say a longer phrase.""")
|
73 |
gr.DuplicateButton("Duplicate Space")
|
74 |
gr.TabbedInterface([vctk, clone, lj], ['Multi-Voice', 'Voice Cloning', 'LJSpeech'])
|
75 |
+
gr.Markdown("Demo by by [mrfakename](https://twitter.com/realmrfakename). I am not affiliated with the StyleTTS 2 authors.")
|
76 |
if __name__ == "__main__":
|
77 |
demo.queue(api_open=False, max_size=15).launch(show_api=False)
|
78 |
|