NoaiGPT commited on
Commit
11dd2df
·
1 Parent(s): 20147bf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ def humanize_text(AI_text):
256
  prediction = get_prediction(humanized_text)
257
  print(prediction)
258
 
259
- if prediction['label'] == 'human' and prediction['score'] > 0.9:
260
  break
261
 
262
  attempts += 1
 
256
  prediction = get_prediction(humanized_text)
257
  print(prediction)
258
 
259
+ if prediction['label'] == 'human' and prediction['score'] > 0.7:
260
  break
261
 
262
  attempts += 1