wenli
commited on
Commit
·
7bca7a2
1
Parent(s):
264b8a3
Update whisper_online.py
Browse files- whisper_online.py +1 -1
whisper_online.py
CHANGED
|
@@ -679,7 +679,7 @@ if __name__ == "__main__":
|
|
| 679 |
try:
|
| 680 |
o = online.process_iter()
|
| 681 |
except AssertionError as e:
|
| 682 |
-
|
| 683 |
else:
|
| 684 |
output_transcript(o)
|
| 685 |
now = None
|
|
|
|
| 679 |
try:
|
| 680 |
o = online.process_iter()
|
| 681 |
except AssertionError as e:
|
| 682 |
+
logger.error(f"assertion error: {repr(e)}")
|
| 683 |
else:
|
| 684 |
output_transcript(o)
|
| 685 |
now = None
|