updated diarisation file to better handle tokens

This commit is contained in:
Jaikinator
2023-07-10 13:27:54 +02:00
parent abd733b2ae
commit a71475c3eb
2 changed files with 50 additions and 29 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ from .transcript_exporter import *
from .diarisation import *
from .version import get_version as _get_version
from .misc import *
__version__ = _get_version()