VITS-Tokaiteio / text /symbols.py
cymic's picture
init
a91158d
raw
history blame contribute delete
No virus
92 Bytes
symbols = list(' !"&*,-.?ABCINU[]abcdefghijklmnoprstuwyz{}~')
SPACE_ID = symbols.index(" ")