Skip to content

Commit

Permalink
Update transcribe_translate.py
Browse files Browse the repository at this point in the history
update whisper model
  • Loading branch information
gorgarp authored Jun 2, 2024
1 parent ead5c39 commit c9a2334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcribe_translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
CHANNEL_NAME = "YOUR_TWITCH_CHANNEL_NAME"

# Load Whisper model for transcription
whisper_model = whisper.load_model("large")
whisper_model = whisper.load_model("large-v2")

# Define exceptions for specific language pairs
exceptions = {
Expand Down

0 comments on commit c9a2334

Please sign in to comment.