Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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/w2v-bert-punjabi")
|
34 |
|
35 |
|
36 |
# Function to apply a high-pass filter
|