Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eaysu
/
Voice-Cloning-Multilingual
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ae82ef8
Voice-Cloning-Multilingual
/
TTS 2
/
__init__.py
eaysu
tts added
ae82ef8
about 1 month 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