Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
hhim8826
/
vits-ATR
like
4
Runtime error
App
Files
Files
Community
786be42
vits-ATR
/
text
/
symbols.py
hhim8826
data
c0c9d31
about 2 years ago
raw
Copy download link
history
blame
Safe
96 Bytes
symbols =
list
(
' !"&*,-.?ABCINU[]abcdefghijklmnoprstuwyz{}~():=x'
)
SPACE_ID = symbols.index(
" "
)