diff --git a/scraibe/transcriber.py b/scraibe/transcriber.py index 649330b..e8e5b2c 100644 --- a/scraibe/transcriber.py +++ b/scraibe/transcriber.py @@ -70,6 +70,7 @@ def __init__(self, model: whisper , model_name: str ) -> None: Args: model (whisper): The Whisper model to use for transcription. + model_name (str): The name of the model. """ self.model = model