Spaces:
Runtime error
Runtime error
Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
|
@@ -119,7 +119,7 @@ class SpeakerClassifier:
|
|
| 119 |
return None
|
| 120 |
|
| 121 |
def _extract_features(self, audio_path: str) -> Optional[np.ndarray]:
|
| 122 |
-
|
| 123 |
print(f"\n=== Processing {audio_path} ===")
|
| 124 |
|
| 125 |
try:
|
|
|
|
| 119 |
return None
|
| 120 |
|
| 121 |
def _extract_features(self, audio_path: str) -> Optional[np.ndarray]:
|
| 122 |
+
"""Main feature extraction pipeline with detailed error reporting."""
|
| 123 |
print(f"\n=== Processing {audio_path} ===")
|
| 124 |
|
| 125 |
try:
|