PirateXX commited on
Commit
81b52ab
·
verified ·
1 Parent(s): 55d9d4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def predict(query):
60
  return real
61
 
62
  def findRealProb(text):
63
- console.log(text);
64
  chunksOfText = (chunks_of_900(text))
65
  results = []
66
  return {"Real": 0, "Fake": 1}
 
60
  return real
61
 
62
  def findRealProb(text):
63
+ print(text);
64
  chunksOfText = (chunks_of_900(text))
65
  results = []
66
  return {"Real": 0, "Fake": 1}