Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Genius-Society
/
hoyoTTS
like
8
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
6e39bfe
hoyoTTS
/
text
/
english_bert_mock.py
admin
upl base
796529d
2 months ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
torch
def
get_bert_feature
(
norm_text, word2ph
):
return
torch.zeros(
1024
,
sum
(word2ph))