hafsaabd82 commited on
Commit
8a726e9
·
verified ·
1 Parent(s): 2aa9b02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def load_pyannote_pipeline():
46
  except Exception as e:
47
  print(f"Error loading pyannote pipeline dynamically: {type(e).__name__}: {e}. Diarization will be skipped.")
48
  return None
49
- model_name = "large-v2"
50
  ALIGN_MODEL_MAP = {
51
  "ur": "kingabzpro/wav2vec2-large-xls-r-300m-Urdu"}
52
  global_align_model_cache = {}
 
46
  except Exception as e:
47
  print(f"Error loading pyannote pipeline dynamically: {type(e).__name__}: {e}. Diarization will be skipped.")
48
  return None
49
+ model_name = "large-v1"
50
  ALIGN_MODEL_MAP = {
51
  "ur": "kingabzpro/wav2vec2-large-xls-r-300m-Urdu"}
52
  global_align_model_cache = {}