rewored webapp

This commit is contained in:
Jaikinator
2023-09-18 14:39:34 +02:00
parent fd80276dd6
commit e76b7b51a5
6 changed files with 533 additions and 54 deletions
+2
View File
@@ -1,5 +1,6 @@
import json
import time
from traceback import print_stack
from typing import Union
@@ -50,6 +51,7 @@ class Transcript:
if args:
for arg, speaker in zip(args, sorted(self.speakers)):
annotations[speaker] = arg
invalid_speakers = set(kwargs.keys()) - set(self.speakers)