added dict as input type

This commit is contained in:
Jaikinator
2023-06-16 12:09:53 +02:00
parent 29e8a229dc
commit de1ca22397
+1 -1
View File
@@ -15,7 +15,7 @@ class Diariser:
self.model = model
def diarization(self, audiofile : Union[str, Tensor] ,
def diarization(self, audiofile : Union[str, Tensor, dict] ,
*args, **kwargs) -> Annotation:
"""
Diarization of audio file