Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from Text2List import text_to_list # Converts a text string into a list of wor
|
|
15 |
from convert2list import convert_to_list # Converts processed text into a structured list.
|
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
|
19 |
from WaveletDenoise import wavelet_denoise
|
20 |
from applyWienerFilter import apply_wiener_filter
|
21 |
|
|
|
15 |
from convert2list import convert_to_list # Converts processed text into a structured list.
|
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 |
|