Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
windymv025
/
VALL-E-X
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
VALL-E-X
/
utils
/
g2p
/
vietnamese.py
ITS-C4SF733\Administrator
all resource
324bf29
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
from
viphoneme
import
vi2IPA
def
vietnamese_to_ipa
(
text
):
text = vi2IPA(text)
return
text.replace(
'...'
,
'…'
)