qqwjq1981 commited on
Commit
25565c3
·
verified ·
1 Parent(s): dfd0ecd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ def transcribe_video_with_speakers(video_path):
196
 
197
  try:
198
  # Load a medium model with float32 for broader compatibility
199
- model = whisperx.load_model("medium", device=device, compute_type="float32")
200
  logger.info("WhisperX model loaded")
201
 
202
  # Transcribe
 
196
 
197
  try:
198
  # Load a medium model with float32 for broader compatibility
199
+ model = whisperx.load_model("large-v3", device=device, compute_type="float32")
200
  logger.info("WhisperX model loaded")
201
 
202
  # Transcribe