Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ def inference():
|
|
127 |
|
128 |
|
129 |
prediction, targets = inference()
|
130 |
-
prediction = np.array(prediction) >= 0.5
|
131 |
|
132 |
st.write(prediction)
|
133 |
st.write(targets)
|
|
|
127 |
|
128 |
|
129 |
prediction, targets = inference()
|
130 |
+
#prediction = np.array(prediction) >= 0.5
|
131 |
|
132 |
st.write(prediction)
|
133 |
st.write(targets)
|