Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
infinisoft
/
tts
like
4
Follow
Infinisoft World
5
Text-to-Speech
arxiv_dataset
English
French
doi:10.57967/hf/0523
arxiv:
27 papers
License:
openrail
Model card
Files
Files and versions
Community
main
tts
/
TTS
/
__init__.py
abuzahid
Upload 542 files
127d53c
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
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