cdactvm commited on
Commit
39b183e
·
verified ·
1 Parent(s): 1ba4ded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def transcribe_odiya_eng(speech):
68
  return process_transcription(processed_sentence)
69
 
70
  def transcribe_ban_eng(speech):
71
- trn = Transliterator(source='ori', target='eng', build_lookup=True)
72
  text = p5(speech)["text"]
73
  if text is None:
74
  return "Error: ASR returned None"
 
68
  return process_transcription(processed_sentence)
69
 
70
  def transcribe_ban_eng(speech):
71
+ trn = Transliterator(source='ben', target='eng', build_lookup=True)
72
  text = p5(speech)["text"]
73
  if text is None:
74
  return "Error: ASR returned None"