DavidCombei commited on
Commit
5053033
·
verified ·
1 Parent(s): afdbee4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ class HuggingFaceFeatureExtractor:
39
 
40
  truncated_model = CustomWav2Vec2Model.from_pretrained("facebook/wav2vec2-xls-r-2b")
41
  FEATURE_EXTRACTOR = HuggingFaceFeatureExtractor(truncated_model, "facebook/wav2vec2-xls-r-2b")
42
- classifier, scaler, thresh = joblib.load('logreg_margin_pruning_ALL_with_scaler_threshold.joblib')
43
 
44
 
45
 
 
39
 
40
  truncated_model = CustomWav2Vec2Model.from_pretrained("facebook/wav2vec2-xls-r-2b")
41
  FEATURE_EXTRACTOR = HuggingFaceFeatureExtractor(truncated_model, "facebook/wav2vec2-xls-r-2b")
42
+ classifier, scaler, thresh = joblib.load('logreg_margin_pruning_ALL_with_scaler+threshold.joblib')
43
 
44
 
45