Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
juliankoe
/
tts2jk
like
0
Runtime error
App
Files
Files
Community
main
tts2jk
/
TTS
/
__init__.py
juliankoe
Upload folder using huggingface_hub
a9384d7
11 months ago
raw
Copy download link
history
blame
contribute
delete
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