vsrinivas commited on
Commit
2f34197
·
verified ·
1 Parent(s): 7473894

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def transcribe_audio(filepath, src_language, tgt_language):
46
  tgt_lang=flores_200_df.loc[int(tgt_language),'FLORES_200_code'])[0]['translation_text']
47
  translations.append(translation+'.')
48
 
49
- output = ' '.join(translations)LORES_200_code'])[0]['translation_text']
50
 
51
  print(output)
52
  return output
 
46
  tgt_lang=flores_200_df.loc[int(tgt_language),'FLORES_200_code'])[0]['translation_text']
47
  translations.append(translation+'.')
48
 
49
+ output = ' '.join(translations)
50
 
51
  print(output)
52
  return output