Victorlopo21 commited on
Commit
f32c692
·
1 Parent(s): 99bde0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ ds = np.array(ds)
132
 
133
  predictions = model.predict(ds)
134
  predictions
135
- p = predictions[0][0]
136
  p
137
  #print(p)
138
  a = np.array([0,0,0,p,0,0,0,0])
 
132
 
133
  predictions = model.predict(ds)
134
  predictions
135
+ p = predictions[0][0][0]
136
  p
137
  #print(p)
138
  a = np.array([0,0,0,p,0,0,0,0])