markitantov commited on
Commit
8bbf9c5
Β·
verified Β·
1 Parent(s): eac013f

Fixed typos

Browse files
Files changed (1) hide show
  1. app/utils.py +1 -1
app/utils.py CHANGED
@@ -280,7 +280,7 @@ class ASRModel:
280
  if curr_text:
281
  texts.append(curr_text)
282
  else:
283
- texts.appemd("")
284
 
285
  # for drawing
286
  input_features = self.processor(
 
280
  if curr_text:
281
  texts.append(curr_text)
282
  else:
283
+ texts.append([""])
284
 
285
  # for drawing
286
  input_features = self.processor(