Seicas commited on
Commit
f4c4b67
·
verified ·
1 Parent(s): 918bb30

Update diarization.py

Browse files
Files changed (1) hide show
  1. diarization.py +1 -1
diarization.py CHANGED
@@ -2,7 +2,7 @@ from pyannote.audio import Pipeline
2
  from typing import List, Dict, Any
3
  import torch
4
  import os
5
- from config import settings # Eğer göreceli import varsa düzelt
6
 
7
  # HuggingFace token'ı ayarla
8
  os.environ["HF_TOKEN"] = "hf_your_token_here" # Bu satırın yorumunu kaldırın ve kendi token'ınızı ekleyin
 
2
  from typing import List, Dict, Any
3
  import torch
4
  import os
5
+ from config import settings # ..config -> config
6
 
7
  # HuggingFace token'ı ayarla
8
  os.environ["HF_TOKEN"] = "hf_your_token_here" # Bu satırın yorumunu kaldırın ve kendi token'ınızı ekleyin