Farhan1572 commited on
Commit
1305d94
1 Parent(s): 0f52e8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def humanize_text(AI_text):
32
  ]
33
  )
34
 
35
- humanize_text= response.choices[0].message.content.strip()
36
  humanized_text = re.sub(r'[^A-Za-z0-9\s]', '', humanized_text)
37
 
38
  return humanized_text
 
32
  ]
33
  )
34
 
35
+ humanized_text = response.choices[0].message.content.strip()
36
  humanized_text = re.sub(r'[^A-Za-z0-9\s]', '', humanized_text)
37
 
38
  return humanized_text