File size: 178 Bytes
159b228
 
 
30d77ae
 
 
 
1
2
3
4
5
6
7
---
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"))