Dionyssos commited on
Commit
9308632
·
1 Parent(s): 2fbf2a3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def _forward(
84
  frozen_cnn7.shape[1], attention_mask, add_adapter=False
85
  )
86
 
87
- hidden_states, _ = self.feature_projection(frozen_cnn7)
88
 
89
  hidden_states = self.wav2vec2.encoder(
90
  hidden_states,
 
84
  frozen_cnn7.shape[1], attention_mask, add_adapter=False
85
  )
86
 
87
+ hidden_states, _ = self.wav2vec2.feature_projection(frozen_cnn7)
88
 
89
  hidden_states = self.wav2vec2.encoder(
90
  hidden_states,