Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def inference(input_img, transparency = 0.5, target_layer_number = -1):
|
|
| 41 |
return confidences, visualization
|
| 42 |
|
| 43 |
title = "CIFAR10 trained on ResNet18 Model with GradCAM"
|
| 44 |
-
description = "
|
| 45 |
examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.5, -1]]
|
| 46 |
demo = gr.Interface(
|
| 47 |
inference,
|
|
|
|
| 41 |
return confidences, visualization
|
| 42 |
|
| 43 |
title = "CIFAR10 trained on ResNet18 Model with GradCAM"
|
| 44 |
+
description = "Gradio interface to infer on ResNet18 model, and get GradCAM results"
|
| 45 |
examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.5, -1]]
|
| 46 |
demo = gr.Interface(
|
| 47 |
inference,
|