Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def gradio_callback(input_img, transparency = 0.5, target_layer_number = -1):
|
|
87 |
|
88 |
title = "CIFAR10 trained on ResNet18 Model with GradCAM"
|
89 |
description = "Gradio interface to infer on ResNet18 model, and get GradCAM results"
|
90 |
-
examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.5, -1]]
|
91 |
|
92 |
demo = gr.Interface(
|
93 |
# inference,
|
|
|
87 |
|
88 |
title = "CIFAR10 trained on ResNet18 Model with GradCAM"
|
89 |
description = "Gradio interface to infer on ResNet18 model, and get GradCAM results"
|
90 |
+
examples = [["Yes","cat.jpg", 0.5, -1], ["Yes","dog.jpg", 0.5, -1]]
|
91 |
|
92 |
demo = gr.Interface(
|
93 |
# inference,
|