Instructions to use plszz/RVC-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Fairseq
How to use plszz/RVC-test with Fairseq:
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "plszz/RVC-test" ) - Notebooks
- Google Colab
- Kaggle
Flexy commited on
Commit ·
a9f799c
1
Parent(s): 09ac62d
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ metrics:
|
|
| 7 |
pipeline_tag: text-to-speech
|
| 8 |
tags:
|
| 9 |
- rvc
|
| 10 |
-
library_name:
|
| 11 |
---
|
| 12 |
|
| 13 |
# Its not my model!
|
|
|
|
| 7 |
pipeline_tag: text-to-speech
|
| 8 |
tags:
|
| 9 |
- rvc
|
| 10 |
+
library_name: espnet
|
| 11 |
---
|
| 12 |
|
| 13 |
# Its not my model!
|