Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from convert2list import convert_to_list # Converts processed text into a stru
|
|
16 |
from processDoubles import process_doubles # Handles repeated words or numbers in speech recognition output.
|
17 |
from replaceWords import replace_words # Replaces specific words in the recognized text with alternatives.
|
18 |
from highPassFilter import high_pass_filter
|
19 |
-
from
|
20 |
from applyWienerFilter import apply_wiener_filter
|
21 |
|
22 |
# Initialize ASR model pipeline
|
|
|
16 |
from processDoubles import process_doubles # Handles repeated words or numbers in speech recognition output.
|
17 |
from replaceWords import replace_words # Replaces specific words in the recognized text with alternatives.
|
18 |
from highPassFilter import high_pass_filter
|
19 |
+
from waveletDenoise import wavelet_denoise
|
20 |
from applyWienerFilter import apply_wiener_filter
|
21 |
|
22 |
# Initialize ASR model pipeline
|