Spaces:
Configuration error
Configuration error
Commit
·
e0d7e8e
1
Parent(s):
cf9af86
Add analytics
Browse files
app.py
CHANGED
|
@@ -148,6 +148,13 @@ 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.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("""
|
|
|
|
| 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 |
# 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]'])
|
| 160 |
gr.Markdown("""
|