Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vahe
/
AvatarVideoGenerator
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d5001fd
AvatarVideoGenerator
/
TTS
/
__init__.py
Vahe
tss model added
d5001fd
7 months 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