Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Kikirilkov/Voice_Cloning
Kremon96
/
Voice_Cloning
like
5
Runtime error
App
Files
Files
Community
1d2e2ec
Voice_Cloning
/
TTS
/
__init__.py
Shadhil
voice-clone with single audio sample input
9b2107c
12 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