Spaces:
Running
Running
Update config.py
Browse files
config.py
CHANGED
@@ -13,7 +13,7 @@ class Settings(BaseSettings):
|
|
13 |
API_PREFIX: str = "/api/v1"
|
14 |
|
15 |
# Hugging Face ayarları
|
16 |
-
HF_TOKEN =
|
17 |
HF_CACHE_DIR = Path("/root/.cache/huggingface")
|
18 |
|
19 |
# ASR ayarları
|
|
|
13 |
API_PREFIX: str = "/api/v1"
|
14 |
|
15 |
# Hugging Face ayarları
|
16 |
+
HF_TOKEN: str = "" # Hugging Face API token'ı
|
17 |
HF_CACHE_DIR = Path("/root/.cache/huggingface")
|
18 |
|
19 |
# ASR ayarları
|