Spaces:
Runtime error
Runtime error
Commit
·
f32c692
1
Parent(s):
99bde0d
Update app.py
Browse files
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])
|