vyluong commited on
Commit
61e8d14
·
verified ·
1 Parent(s): 435bead

Update app/core/config.py

Browse files
Files changed (1) hide show
  1. app/core/config.py +1 -1
app/core/config.py CHANGED
@@ -48,7 +48,7 @@ class Settings(BaseSettings):
48
 
49
  # Diarization model
50
  # pyannote/speaker-diarization-3.1
51
- diarization_model: str = "pyannote/speaker-diarization-community-1"
52
 
53
  # Device settings
54
  device: Literal["cuda", "cpu", "auto"] = "auto"
 
48
 
49
  # Diarization model
50
  # pyannote/speaker-diarization-3.1
51
+ diarization_model: str = "pyannote/speaker-diarization-3.1"
52
 
53
  # Device settings
54
  device: Literal["cuda", "cpu", "auto"] = "auto"