Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def apply_wiener_filter(audio):
|
|
117 |
# # words[i] = checkwordlist[0]
|
118 |
# # words.insert(i + 1, checkwordlist[1]) # Collect new word for later processing
|
119 |
|
120 |
-
#
|
121 |
# numval = get_val(words[i], lex)
|
122 |
# if numval is not None:
|
123 |
# if words[i][-4:] in ('த்து', 'ற்று'):
|
|
|
117 |
# # words[i] = checkwordlist[0]
|
118 |
# # words.insert(i + 1, checkwordlist[1]) # Collect new word for later processing
|
119 |
|
120 |
+
# ## Get numerical value of the word
|
121 |
# numval = get_val(words[i], lex)
|
122 |
# if numval is not None:
|
123 |
# if words[i][-4:] in ('த்து', 'ற்று'):
|