Spaces:
Running
Running
mrfakename
commited on
Commit
•
33de86e
1
Parent(s):
a803f94
Update app.py
Browse files
app.py
CHANGED
@@ -1,17 +1,3 @@
|
|
1 |
-
# # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
2 |
-
# #
|
3 |
-
# StyleTTS 2 Demo #
|
4 |
-
# #
|
5 |
-
# #
|
6 |
-
# Copyright (c) 2023 mrfakename. All rights reserved. #
|
7 |
-
# #
|
8 |
-
# License : AGPL v3 #
|
9 |
-
# Version : 2.0 #
|
10 |
-
# Support : https://github.com/neuralvox/styletts2 #
|
11 |
-
# #
|
12 |
-
# # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
13 |
-
|
14 |
-
|
15 |
import gradio as gr
|
16 |
import styletts2importable
|
17 |
import ljspeechimportable
|
@@ -154,8 +140,6 @@ with gr.Blocks(title="StyleTTS 2", css="footer{display:none !important}", theme=
|
|
154 |
|
155 |
A free demo of StyleTTS 2. **I am not affiliated with the StyleTTS 2 Authors.**
|
156 |
|
157 |
-
#### Help this space get to the top of HF's trending list! Please give this space a Like!
|
158 |
-
|
159 |
**Before using this demo, you agree to inform the listeners that the speech samples are synthesized by the pre-trained models, unless you have the permission to use the voice you synthesize. That is, you agree to only use voices whose speakers grant the permission to have their voice cloned, either directly or by license before making synthesized voices public, or you have to publicly announce that these voices are synthesized if you do not have the permission to use these voices.**
|
160 |
|
161 |
Is there a long queue on this space? Duplicate it and add a more powerful GPU to skip the wait! **Note: Thank you to Hugging Face for their generous GPU grant program!**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import styletts2importable
|
3 |
import ljspeechimportable
|
|
|
140 |
|
141 |
A free demo of StyleTTS 2. **I am not affiliated with the StyleTTS 2 Authors.**
|
142 |
|
|
|
|
|
143 |
**Before using this demo, you agree to inform the listeners that the speech samples are synthesized by the pre-trained models, unless you have the permission to use the voice you synthesize. That is, you agree to only use voices whose speakers grant the permission to have their voice cloned, either directly or by license before making synthesized voices public, or you have to publicly announce that these voices are synthesized if you do not have the permission to use these voices.**
|
144 |
|
145 |
Is there a long queue on this space? Duplicate it and add a more powerful GPU to skip the wait! **Note: Thank you to Hugging Face for their generous GPU grant program!**
|