Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
VoiceCloning-be/voice-cloning-simple-with-gpu
antoniomae
/
Voice-Clone-GPU
like
2
Running
App
Files
Files
Community
8412594
Voice-Clone-GPU
/
TTS
/
__init__.py
Shadhil
voice-clone with single audio sample input
9b2107c
about 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