khan123 commited on
Commit
f7d8526
1 Parent(s): 91419c9

roll-back encoding

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def gaepago_fn(tmp_audio_dir):
49
  # add postprocessing
50
  ## 1. text mapping
51
  output = text_mapping(predicted_label,text_label)
52
- output = text_encoding(output)
53
  return output
54
 
55
  # Main
 
49
  # add postprocessing
50
  ## 1. text mapping
51
  output = text_mapping(predicted_label,text_label)
52
+ # output = text_encoding(output)
53
  return output
54
 
55
  # Main