Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def clean_generated_text(text):
|
|
36 |
|
37 |
return text
|
38 |
|
39 |
-
|
40 |
"""Humaniza o texto mantendo coerência e tamanho"""
|
41 |
prompt = f"reescreva em português natural, mantendo todas as informações: {text}"
|
42 |
|
|
|
36 |
|
37 |
return text
|
38 |
|
39 |
+
def humanize_text(text):
|
40 |
"""Humaniza o texto mantendo coerência e tamanho"""
|
41 |
prompt = f"reescreva em português natural, mantendo todas as informações: {text}"
|
42 |
|