Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def findRealProb(data):
|
|
74 |
chunksOfText = (chunks_of_900(data))
|
75 |
results = []
|
76 |
for chunk in chunksOfText:
|
77 |
-
outputv1 = predict(chunk
|
78 |
# outputv2 = predict(chunk, modelv2, tokenizerv2)
|
79 |
label = "CG"
|
80 |
if(outputv1>=0.5):
|
|
|
74 |
chunksOfText = (chunks_of_900(data))
|
75 |
results = []
|
76 |
for chunk in chunksOfText:
|
77 |
+
outputv1 = predict(chunk)
|
78 |
# outputv2 = predict(chunk, modelv2, tokenizerv2)
|
79 |
label = "CG"
|
80 |
if(outputv1>=0.5):
|