Spaces:
Sleeping
Sleeping
mrfakename
commited on
Commit
•
e0dd1b8
1
Parent(s):
c6b1398
HF Spaces now has builtin analytics
Browse files
app.py
CHANGED
@@ -148,20 +148,6 @@ Is there a long queue on this space? Duplicate it and add a more powerful GPU to
|
|
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 || [];
|
154 |
-
function gtag(){dataLayer.push(arguments);}
|
155 |
-
gtag('js', new Date());
|
156 |
-
gtag('config', 'G-KP5GWL8NN5');
|
157 |
-
</script>
|
158 |
-
<script type="text/javascript">
|
159 |
-
(function(c,l,a,r,i,t,y){
|
160 |
-
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
|
161 |
-
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
|
162 |
-
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
|
163 |
-
})(window, document, "clarity", "script", "jydi4lprw6");
|
164 |
-
</script>""")
|
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("""
|
|
|
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.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
|
152 |
gr.TabbedInterface([vctk, clone, lj], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
|
153 |
gr.Markdown("""
|