Spaces:
Running
Running
Update config.py
Browse files
config.py
CHANGED
@@ -11,7 +11,7 @@ class Settings:
|
|
11 |
HF_CACHE_DIR = Path("/root/.cache/huggingface")
|
12 |
|
13 |
# ASR ayarları
|
14 |
-
ASR_MODEL = "
|
15 |
DIAR_MODEL = "pyannote/speaker-diarization-3.1"
|
16 |
ANONYMIZE_DATA = True
|
17 |
ENHANCE_AUDIO = True
|
|
|
11 |
HF_CACHE_DIR = Path("/root/.cache/huggingface")
|
12 |
|
13 |
# ASR ayarları
|
14 |
+
ASR_MODEL = "large-v3"
|
15 |
DIAR_MODEL = "pyannote/speaker-diarization-3.1"
|
16 |
ANONYMIZE_DATA = True
|
17 |
ENHANCE_AUDIO = True
|