cdactvm commited on
Commit
b1f6b81
·
verified ·
1 Parent(s): eaab174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ from replaceWords import replace_words
30
  # from waveletDenoise import wavelet_denoise
31
  from scipy.signal import butter, lfilter, wiener
32
 
33
- asr_model = pipeline("automatic-speech-recognition", model="cdactvm/punjabi-wav-vec-bert-90000")
34
 
35
 
36
  # Function to apply a high-pass filter
 
30
  # from waveletDenoise import wavelet_denoise
31
  from scipy.signal import butter, lfilter, wiener
32
 
33
+ asr_model = pipeline("automatic-speech-recognition", model="cdactvm/punjabi-wav2vec-bert-model")
34
 
35
 
36
  # Function to apply a high-pass filter