Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hynt/ZipVoice-Vietnamese-100h
nguyensu27
/
NOI_3_ZIP
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hynt
commited on
Jul 18
Commit
cb5ba27
·
1 Parent(s):
e831d31
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