Spaces:
Running
Running
Upload header.py
Browse files
header.py
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
badges = """
|
2 |
+
<div style="display: flex">
|
3 |
+
<span style="margin-right: 5px">
|
4 |
+
|
5 |
+
[  ](https://github.com/rafaelGodoyEbert)
|
6 |
+
|
7 |
+
</span>
|
8 |
+
<span style="margin-right: 5px">
|
9 |
+
|
10 |
+
[  ](https://twitter.com/GodoyEbert)
|
11 |
+
|
12 |
+
</span>
|
13 |
+
<span>
|
14 |
+
|
15 |
+
[  ](https://discord.gg/aihubbrasil)
|
16 |
+
|
17 |
+
</span>
|
18 |
+
</div>
|
19 |
+
"""
|
20 |
+
|
21 |
+
description = """
|
22 |
+
# TTS Rápido
|
23 |
+
TTS Rápido, para todos aqueles que sempre me pediam alguma forma de fazer algum TTS.<br>
|
24 |
+
Tem em diversos idiomas, só aproveitar<br>
|
25 |
+
Increva-se no canal do <a href='https://www.youtube.com/@aihubbrasil' target='_blank'>Youtube do AI HUB Brasil</a> e no meu pessoal <a href='https://www.youtube.com/@godoyy' target='_blank'>Godoyy</a>
|
26 |
+
"""
|