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