AbosamraOnFire13 commited on
Commit
c63f6f0
·
verified ·
1 Parent(s): 4ba54b2

Update inference.py

Browse files
Files changed (1) hide show
  1. 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
- """Main feature extraction pipeline with detailed error reporting."""
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: