Spaces:
Sleeping
Sleeping
Fix little bug
Browse files
app.py
CHANGED
@@ -136,6 +136,8 @@ with gr.Blocks() as lj:
|
|
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 || [];
|
|
|
136 |
with gr.Blocks(title="StyleTTS 2", css="footer{display:none !important}", theme=theme) as demo:
|
137 |
gr.Markdown("""# Nice TTS ❃
|
138 |
|
139 |
+
Enjoy that """)
|
140 |
+
|
141 |
gr.HTML("""<script async src="https://www.googletagmanager.com/gtag/js?id=G-KP5GWL8NN5"></script>
|
142 |
<script>
|
143 |
window.dataLayer = window.dataLayer || [];
|