AwesomeK commited on
Commit
ea42869
ยท
1 Parent(s): 0094b8f

Update comment.

Browse files
Files changed (1) hide show
  1. app.py +2 -14
app.py CHANGED
@@ -134,20 +134,8 @@ with gr.Blocks() as lj:
134
  ljaudio = gr.Audio(interactive=False, label="Synthesized Audio")
135
  ljbtn.click(ljsynthesize, inputs=[ljinp, ljsteps], outputs=[ljaudio], concurrency_limit=4)
136
  with gr.Blocks(title="StyleTTS 2", css="footer{display:none !important}", theme=theme) as demo:
137
- gr.Markdown("""# StyleTTS 2
138
 
139
- [Paper](https://arxiv.org/abs/2306.07691) - [Samples](https://styletts2.github.io/) - [Code](https://github.com/yl4579/StyleTTS2)
140
-
141
- A free demo of StyleTTS 2. **I am not affiliated with the StyleTTS 2 Authors.**
142
-
143
- #### Help this space get to the top of HF's trending list! Please give this space a Like!
144
-
145
- **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.**
146
-
147
- 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!**
148
-
149
- **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.""")
150
- gr.DuplicateButton("Duplicate Space")
151
  gr.HTML("""<script async src="https://www.googletagmanager.com/gtag/js?id=G-KP5GWL8NN5"></script>
152
  <script>
153
  window.dataLayer = window.dataLayer || [];
@@ -165,7 +153,7 @@ Is there a long queue on this space? Duplicate it and add a more powerful GPU to
165
  # gr.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
166
  gr.TabbedInterface([vctk, clone, lj], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
167
  gr.Markdown("""
168
- Demo by [mrfakename](https://twitter.com/realmrfakename). I am not affiliated with the StyleTTS 2 authors.
169
 
170
  Run this demo locally using Docker:
171
 
 
134
  ljaudio = gr.Audio(interactive=False, label="Synthesized Audio")
135
  ljbtn.click(ljsynthesize, inputs=[ljinp, ljsteps], outputs=[ljaudio], concurrency_limit=4)
136
  with gr.Blocks(title="StyleTTS 2", css="footer{display:none !important}", theme=theme) as demo:
137
+ gr.Markdown("""# Nice TTS ๐ŸŒŸ
138
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  gr.HTML("""<script async src="https://www.googletagmanager.com/gtag/js?id=G-KP5GWL8NN5"></script>
140
  <script>
141
  window.dataLayer = window.dataLayer || [];
 
153
  # gr.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
154
  gr.TabbedInterface([vctk, clone, lj], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
155
  gr.Markdown("""
156
+ Welcome to experiment online, ๐Ÿ’‹๐Ÿ’‹๐Ÿ’‹๐Ÿ’‹
157
 
158
  Run this demo locally using Docker:
159