Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ if __name__ == "__main__":
|
|
149 |
inputs=[text, sdp_ratio, noise_scale, noise_scale_w, length_scale, model],
|
150 |
outputs=[text_output, audio_output,MP3_output]
|
151 |
)
|
152 |
-
gr.HTML('''<div align=center><img id="visitor-badge" alt="visitor badge" src="https://visitor-badge.laobi.icu/badge?page_id=Ailyth/DLMP9" /></div>''')
|
153 |
app.launch(show_error=True)
|
154 |
|
155 |
|
|
|
149 |
inputs=[text, sdp_ratio, noise_scale, noise_scale_w, length_scale, model],
|
150 |
outputs=[text_output, audio_output,MP3_output]
|
151 |
)
|
152 |
+
#gr.HTML('''<div align=center><img id="visitor-badge" alt="visitor badge" src="https://visitor-badge.laobi.icu/badge?page_id=Ailyth/DLMP9" /></div>''')
|
153 |
app.launch(show_error=True)
|
154 |
|
155 |
|