sulimanaldalaq commited on
Commit
30d77ae
1 Parent(s): 8a0d62b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: gpl-3.0
3
  ---
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
  ---
4
+ from huggingface_hub import hf_hub_download
5
+ import fasttext
6
+
7
+ model = fasttext.load_model(hf_hub_download("antoniomae1234/voice-clona-text", "model.bin"))