cdactvm commited on
Commit
185f1b6
·
verified ·
1 Parent(s): 5175267

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 highPassFiler import high_pass_filter
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