Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tobiccino
/
tts
like
0
Sleeping
App
Files
Files
Community
a203d35
tts
/
TTS
/
__init__.py
tobiccino
update ui tacotron
8c70653
over 1 year ago
raw
Copy download link
history
blame
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