Spaces:
Paused
Paused
roll-back encoding
Browse files
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
|