hynt commited on
Commit
2d8b861
·
verified ·
1 Parent(s): 31a59f4

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -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