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

Update app/core/config.py

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