Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DLI-SLQ
/
piper-tts
like
0
Runtime error
App
Files
Files
Community
985726e
piper-tts
/
piper
/
const.py
DLI-SLQ
Upload 9 files
35f6708
about 1 year ago
raw
Copy download link
history
blame
Safe
106 Bytes
"""Constants"""
PAD =
"_"
# padding (0)
BOS =
"^"
# beginning of sentence
EOS =
"$"
# end of sentence