DmitryRyumin markitantov commited on
Commit
b37ebb0
Β·
verified Β·
1 Parent(s): d315e47

Fixed typos (#2)

Browse files

- Fixed typos (8bbf9c58f9f4b59e4f3f4d30b843b115126b1fc8)


Co-authored-by: Maxim Markitantov <markitantov@users.noreply.huggingface.co>

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(