minko186 commited on
Commit
d09ae00
·
1 Parent(s): 6402181

use new format

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def humanize(
140
  top_k=top_k,
141
  length_penalty=length_penalty,
142
  )
143
- return format_and_correct(result)
144
 
145
 
146
  ai_check_options = [
 
140
  top_k=top_k,
141
  length_penalty=length_penalty,
142
  )
143
+ return format_and_correct_para(result)
144
 
145
 
146
  ai_check_options = [