Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
duyv
/
TTS-Model
like
0
Safetensors
Model card
Files
Files and versions
Community
813828b
TTS-Model
/
viXTTS
/
TTS
/
__init__.py
duyv
Upload 381 files
813828b
verified
2 months ago
raw
Copy download link
history
blame
156 Bytes
import
os
with
open
(os.path.join(os.path.dirname(__file__),
"VERSION"
),
"r"
, encoding=
"utf-8"
)
as
f:
version = f.read().strip()
__version__ = version