Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ demo = gr.Interface(
|
|
| 80 |
],
|
| 81 |
title="CIFAR10 trained on ResNet18 with GradCAM feature",
|
| 82 |
description = "A simple Gradio app for checking GradCAM outputs from results of ResNet18 model.",
|
| 83 |
-
examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.7, -2]
|
| 84 |
)
|
| 85 |
|
| 86 |
demo.launch()
|
|
|
|
| 80 |
],
|
| 81 |
title="CIFAR10 trained on ResNet18 with GradCAM feature",
|
| 82 |
description = "A simple Gradio app for checking GradCAM outputs from results of ResNet18 model.",
|
| 83 |
+
examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.7, -2]]
|
| 84 |
)
|
| 85 |
|
| 86 |
demo.launch()
|