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

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 {"Real": 0, "Fake": 1}
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 {"Something"};
68
  for chunk in chunksOfText:
69
  output = predict(chunk)
70
  results.append([output, len(chunk)])