Spaces:
Runtime error
Runtime error
use new format
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def humanize(
|
|
140 |
top_k=top_k,
|
141 |
length_penalty=length_penalty,
|
142 |
)
|
143 |
-
return
|
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 = [
|