vyluong commited on
Commit
d27563c
·
verified ·
1 Parent(s): c540f4e

Update app/core/config.py

Browse files
Files changed (1) hide show
  1. app/core/config.py +1 -1
app/core/config.py CHANGED
@@ -41,7 +41,7 @@ class Settings(BaseSettings):
41
 
42
 
43
  # Diarization model
44
- diarization_model: str = "pyannote/speaker-diarization-3.1"
45
 
46
  # Device settings
47
  device: Literal["cuda", "cpu", "auto"] = "auto"
 
41
 
42
 
43
  # Diarization model
44
+ diarization_model: str = "pyannote/speaker-diarization-community-1"
45
 
46
  # Device settings
47
  device: Literal["cuda", "cpu", "auto"] = "auto"