Spaces:
Sleeping
Sleeping
Commit
·
46f2842
1
Parent(s):
a172fdb
Updated app.py
Browse files
app.py
CHANGED
|
@@ -28,4 +28,4 @@ if upload is not None:
|
|
| 28 |
c2.subheader('Predicted class :')
|
| 29 |
c2.write(labels[pred.argmax()])
|
| 30 |
c2.subheader('With :')
|
| 31 |
-
c2.write(f'{int(np.
|
|
|
|
| 28 |
c2.subheader('Predicted class :')
|
| 29 |
c2.write(labels[pred.argmax()])
|
| 30 |
c2.subheader('With :')
|
| 31 |
+
c2.write(f'{int(np.max(pred, axis=1))*100}% assurity')
|