Spaces:
Runtime error
Runtime error
Update video_processing.py
Browse files- video_processing.py +0 -1
video_processing.py
CHANGED
|
@@ -158,7 +158,6 @@ def process_video(video_path, anomaly_threshold, desired_fps, progress=None):
|
|
| 158 |
diarization = diarize_speakers(audio_path)
|
| 159 |
voice_embeddings = get_speaker_embeddings(audio_path, diarization, "pyannote/embedding")
|
| 160 |
|
| 161 |
-
|
| 162 |
progress(0.85, "Performing anomaly detection")
|
| 163 |
embedding_columns = [col for col in df.columns if col.startswith('Raw_Embedding_')]
|
| 164 |
|
|
|
|
| 158 |
diarization = diarize_speakers(audio_path)
|
| 159 |
voice_embeddings = get_speaker_embeddings(audio_path, diarization, "pyannote/embedding")
|
| 160 |
|
|
|
|
| 161 |
progress(0.85, "Performing anomaly detection")
|
| 162 |
embedding_columns = [col for col in df.columns if col.startswith('Raw_Embedding_')]
|
| 163 |
|