PirateXX commited on
Commit
8ec7c36
·
1 Parent(s): 16cfd3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -53,6 +53,8 @@ def findRealProb(text):
53
  results = []
54
  for chunk in chunksOfText:
55
  output = predict(chunk)
 
 
56
  results.append([output, len(chunk)])
57
 
58
  ans = 0
 
53
  results = []
54
  for chunk in chunksOfText:
55
  output = predict(chunk)
56
+ print(chunk)
57
+ print("-----------------------------------")
58
  results.append([output, len(chunk)])
59
 
60
  ans = 0