Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hynt/ZipVoice-Vietnamese-100h
TDN-M
/
Zvo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hynt
commited on
Jul 18
Commit
2d8b861
·
verified
·
1 Parent(s):
31a59f4
Update utils.py
Browse files
Files changed (1)
hide
show
utils.py
+1
-0
utils.py
CHANGED
Viewed
@@ -7,6 +7,7 @@ from transformers import pipeline
7
import re
8
9
_ref_audio_cache = {}
10
11
def chunk_text(text, max_chars=135):
12
7
import re
8
9
_ref_audio_cache = {}
10
+
asr_pipe = None
11
12
def chunk_text(text, max_chars=135):
13