Spaces:
Sleeping
Sleeping
Commit
·
ae0be57
1
Parent(s):
e224f1a
Update 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(
|
|
|
28 |
c2.subheader('Predicted class :')
|
29 |
c2.write(labels[pred.argmax()])
|
30 |
c2.subheader('With :')
|
31 |
+
c2.write(f'{int(pred.max())*100}% assurity')
|