Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ahassoun
/
voice_clone
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cd77ada
voice_clone
/
TTS
/
__init__.py
ahassoun
Upload 293 files
a153039
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