Instructions to use firstpixel/F5-TTS-pt-br with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- F5-TTS
How to use firstpixel/F5-TTS-pt-br with F5-TTS:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update AgentF5TTSChunk.py
Browse files- AgentF5TTSChunk.py +1 -1
AgentF5TTSChunk.py
CHANGED
|
@@ -3,7 +3,7 @@ import re
|
|
| 3 |
import time
|
| 4 |
import logging
|
| 5 |
import subprocess
|
| 6 |
-
from f5_tts.api import F5TTS
|
| 7 |
|
| 8 |
|
| 9 |
|
|
|
|
| 3 |
import time
|
| 4 |
import logging
|
| 5 |
import subprocess
|
| 6 |
+
from f5_tts.api import F5TTS
|
| 7 |
|
| 8 |
|
| 9 |
|