Spaces:
Runtime error
Runtime error
mrfakename
commited on
Commit
•
0094b8f
1
Parent(s):
e0d7e8e
Update app.py
Browse files
app.py
CHANGED
@@ -154,6 +154,13 @@ Is there a long queue on this space? Duplicate it and add a more powerful GPU to
|
|
154 |
function gtag(){dataLayer.push(arguments);}
|
155 |
gtag('js', new Date());
|
156 |
gtag('config', 'G-KP5GWL8NN5');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
</script>""")
|
158 |
# gr.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
|
159 |
gr.TabbedInterface([vctk, clone, lj], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
|
|
|
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]'])
|