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 |
+
[ ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) ](https://github.com/rafaelGodoyEbert)
|
6 |
+
|
7 |
+
</span>
|
8 |
+
<span style="margin-right: 5px">
|
9 |
+
|
10 |
+
[ ![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white) ](https://twitter.com/GodoyEbert)
|
11 |
+
|
12 |
+
</span>
|
13 |
+
<span>
|
14 |
+
|
15 |
+
[ ![](https://dcbadge.vercel.app/api/server/aihubbrasil) ](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 |
+
"""
|