Update README.md
#6
by
sulimanaldalaq
- opened
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"))
|