Spaces:
Running
on
Zero
Running
on
Zero
Fixed typos (#2)
Browse files- Fixed typos (8bbf9c58f9f4b59e4f3f4d30b843b115126b1fc8)
Co-authored-by: Maxim Markitantov <[email protected]>
- 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(
|