Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def show_misclassified_images_wrapper(num_images=10, use_gradcam=False, gradcam_
|
|
61 |
|
62 |
return model.show_misclassified_images(num_images, use_gradcam, gradcam_layer, transparency)
|
63 |
|
64 |
-
description1 = "Input any image to test the models prediction"
|
65 |
|
66 |
|
67 |
# Define the full path to the images folder
|
|
|
61 |
|
62 |
return model.show_misclassified_images(num_images, use_gradcam, gradcam_layer, transparency)
|
63 |
|
64 |
+
description1 = "Input any image to test the models prediction. Currently the model only supports the following classes - plane, car, bird, cat, deer, dog, frog, horse, ship, truck."
|
65 |
|
66 |
|
67 |
# Define the full path to the images folder
|