Instructions to use Ai128474/RVC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use Ai128474/RVC with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("Ai128474/RVC") - Notebooks
- Google Colab
- Kaggle
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchaudio
|
| 3 |
+
librosa
|
| 4 |
+
transformers
|
| 5 |
+
huggingface_hub
|