Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ if file_name is not None:
|
|
28 |
|
29 |
predictions = scan_image(image, label)
|
30 |
|
31 |
-
col2.header("Probabilities")
|
32 |
for key, value in predictions[1]:
|
33 |
col2.subheader(f"{ key }: { round(value * 100, 1)}%")
|
34 |
|
|
|
28 |
|
29 |
predictions = scan_image(image, label)
|
30 |
|
31 |
+
col2.header("Probabilities")
|
32 |
for key, value in predictions[1]:
|
33 |
col2.subheader(f"{ key }: { round(value * 100, 1)}%")
|
34 |
|