Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -239,7 +239,7 @@ def recognize_speech_malayalam_model1(audio_file):
|
|
239 |
converted_text = text_to_int(replaced_words)
|
240 |
return text_value +" -----------------> " + converted_text
|
241 |
|
242 |
-
|
243 |
# def recognize_speech_malayalam2(audio_file):
|
244 |
# audio, sr = librosa.load(audio_file, sr=16000)
|
245 |
# audio = high_pass_filter(audio, sr)
|
|
|
239 |
converted_text = text_to_int(replaced_words)
|
240 |
return text_value +" -----------------> " + converted_text
|
241 |
|
242 |
+
## Function to handle speech recognition
|
243 |
# def recognize_speech_malayalam2(audio_file):
|
244 |
# audio, sr = librosa.load(audio_file, sr=16000)
|
245 |
# audio = high_pass_filter(audio, sr)
|