Skip to content

Commit

Permalink
added docsting
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchmie committed Apr 24, 2024
1 parent 0505555 commit dbb5f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraibe/transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbb5f20

Please sign in to comment.