nppmatt commited on
Commit
10cc1f2
·
1 Parent(s): 6c11294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)