Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqianhe committed Oct 5, 2024
1 parent 1d68906 commit 3af25b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autocut/type.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class WhisperModel(Enum):
LARGE = "large"
LARGE_V2 = "large-v2"
LARGE_V3 = "large-v3"

@staticmethod
def get_values():
return [i.value for i in WhisperModel]
Expand Down

0 comments on commit 3af25b1

Please sign in to comment.