ai-voice-cloning / README.md
sulimanaldalaq's picture
Update README.md
30d77ae verified
|
raw
history blame
178 Bytes
metadata
license: gpl-3.0

from huggingface_hub import hf_hub_download import fasttext

model = fasttext.load_model(hf_hub_download("antoniomae1234/voice-clona-text", "model.bin"))