-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.py
More file actions
42 lines (29 loc) · 1.83 KB
/
header.py
File metadata and controls
42 lines (29 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
badges = """
<div style="display: flex; align-items: center; justify-content: flex-start;">
<span style="margin-right: 5px;">
[  ](https://github.com/rafaelGodoyEbert)
</span>
<span style="margin-right: 5px;">
[  ](https://twitter.com/GodoyEbert)
</span>
<!-- ÍCONE DO COLAB ADICIONADO AQUI -->
<span style="margin-right: 5px;">
[  ]("https://colab.research.google.com/drive/1XtHdHqnMxjuuXPZkhpCLJIweV09n7YJF?usp=sharing")
</span>
<!-- FIM DA ADIÇÃO -->
<span>
[  ](https://discord.gg/tAdPHFAbud)
</span>
</div>
"""
description = """
# QuickTTS
Bem-vindo ao QuickTTS! Atendendo aos pedidos da comunidade, esta ferramenta foi criada para ser uma solução simples e poderosa de Texto-para-Fala (TTS).
Seja para um projeto, para criar conteúdo ou apenas por diversão, aqui você pode:
- Gerar áudio em dezenas de idiomas com vozes do <strong>Edge-TTS</strong> e <strong>TikTok</strong>.
- Processar arquivos de texto (.txt) em lote.
- Criar dublagens sincronizadas para vídeos a partir de arquivos de legenda (.SRT).
<br>Gostou da ferramenta? Fique por dentro de mais projetos como este e apoie o canal e meu trabalho pessoal se inscrevendo!
<br>➡️ <a href='https://www.youtube.com/@aihubbrasil' target='_blank'>Youtube do AI HUB Brasil</a> ➡️ <a href='https://www.youtube.com/@godoyy' target='_blank'>Canal Pessoal Godoyy</a>.
<br>Este projeto foi desenvolvido para a comunidade do AI HUB Brasil.
"""