BugZoid commited on
Commit
9bb536f
·
verified ·
1 Parent(s): b88bb1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def clean_generated_text(text):
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
 
 
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