added dict as input type
This commit is contained in:
@@ -15,7 +15,7 @@ class Diariser:
|
|||||||
|
|
||||||
self.model = model
|
self.model = model
|
||||||
|
|
||||||
def diarization(self, audiofile : Union[str, Tensor] ,
|
def diarization(self, audiofile : Union[str, Tensor, dict] ,
|
||||||
*args, **kwargs) -> Annotation:
|
*args, **kwargs) -> Annotation:
|
||||||
"""
|
"""
|
||||||
Diarization of audio file
|
Diarization of audio file
|
||||||
|
|||||||
Reference in New Issue
Block a user