Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
thinhlpg
/
vixtts-test
like
1
Transformers
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
Create README.md
#1
by
nnom
- opened
Feb 12
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+3
-0
Files changed (1)
hide
show
README.md
+3
-0
README.md
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
# Load model directly
2
+
from transformers import AutoModel
3
+
model = AutoModel.from_pretrained("thinhlpg/vixtts-test")