sparshmehta commited on
Commit
7f76cfd
·
verified ·
1 Parent(s): 2241b46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1224,7 +1224,7 @@ class MentorEvaluator:
1224
  # Initialize model with optimized settings and proper error handling
1225
  try:
1226
  model = WhisperModel(
1227
- "small",
1228
  device=device,
1229
  compute_type=compute_type,
1230
  download_root=self.model_cache_dir,
 
1224
  # Initialize model with optimized settings and proper error handling
1225
  try:
1226
  model = WhisperModel(
1227
+ "medium",
1228
  device=device,
1229
  compute_type=compute_type,
1230
  download_root=self.model_cache_dir,