Spaces:
Sleeping
Sleeping
Update app/core/config.py
Browse files- 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-
|
| 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"
|