cdactvm commited on
Commit
d55a6d8
·
verified ·
1 Parent(s): 3e36738

Update app.py

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