Voice-Clone / TTS /__init__.py
Shadhil's picture
voice-clone with single audio sample input
9b2107c
raw history blame
No virus
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