PirateXX commited on
Commit
fd4f6ae
·
verified ·
1 Parent(s): f9b369f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def findRealProb(text):
64
  chunksOfText = (chunks_of_900(text))
65
  print("After chunks")
66
  results = []
67
- return {"Something"};
68
  for chunk in chunksOfText:
69
  output = predict(chunk)
70
  results.append([output, len(chunk)])
 
64
  chunksOfText = (chunks_of_900(text))
65
  print("After chunks")
66
  results = []
67
+ return {"Real":"Something"};
68
  for chunk in chunksOfText:
69
  output = predict(chunk)
70
  results.append([output, len(chunk)])