Instructions to use binhquoc/f5-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use binhquoc/f5-tts with Transformers:
# Load model directly from transformers import CFM model = CFM.from_pretrained("binhquoc/f5-tts", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload test_upload.json with huggingface_hub
Browse files- test_upload.json +3 -0
test_upload.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"new_key": "new_value"
|
| 3 |
+
}
|