XTTSv2-Finetuning-Vi / TTS /__init__.py
tuandaodev's picture
Upload folder using huggingface_hub
c1bab10 verified
raw
history blame contribute delete
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