Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Adoetz/coqui
Adoetz
/
coqui2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
69d77ce
coqui2
/
TTS
/
__init__.py
Adoetz
Upload 833 files
17ed7d8
verified
2 months ago
raw
Copy download link
history
blame
Safe
162 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