Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|