Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def inference(input_img,num_classes=3,show_gradcam="yes", transparency = 0.5, ta
|
|
| 50 |
return sorted_confidences, visualization,
|
| 51 |
|
| 52 |
title = "TSAI S12 Assignment: CIFAR10 trained on Custom Model with GradCAM"
|
| 53 |
-
description = "A simple Gradio interface to infer on Custom ResNet model, and get GradCAM results."
|
| 54 |
examples = [["cat.jpg",3,"yes", 0.5, -1],
|
| 55 |
["Elsa.jpg", 3,"yes",0.5, -1],
|
| 56 |
["horse.jpg", 3,"yes",0.5, -1],
|
|
|
|
| 50 |
return sorted_confidences, visualization,
|
| 51 |
|
| 52 |
title = "TSAI S12 Assignment: CIFAR10 trained on Custom Model with GradCAM"
|
| 53 |
+
description = "A simple Gradio interface to infer on Custom ResNet model, and get GradCAM results. Please use images that belong to any of these classes - 'plane', 'car', 'bird', 'cat', 'deer', 'dog', 'frog', 'horse', 'ship', 'truck'."
|
| 54 |
examples = [["cat.jpg",3,"yes", 0.5, -1],
|
| 55 |
["Elsa.jpg", 3,"yes",0.5, -1],
|
| 56 |
["horse.jpg", 3,"yes",0.5, -1],
|