added docsting

This commit is contained in:
Schmieder, Jacob
2024-04-24 13:30:38 +00:00
parent 050555556d
commit dbb5f20b94
+1
View File
@@ -70,6 +70,7 @@ class Transcriber:
Args: Args:
model (whisper): The Whisper model to use for transcription. model (whisper): The Whisper model to use for transcription.
model_name (str): The name of the model.
""" """
self.model = model self.model = model