Spaces:
Running
on
Zero
Running
on
Zero
Fixed typos
Browse files- 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.
|
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(
|