Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,8 +98,8 @@ demo = gr.Interface(
|
|
| 98 |
],
|
| 99 |
title = "CIFAR 10 trained on ResNet model in pytorch lightning with Gradcam",
|
| 100 |
description = " A simple gradio inference to infer on resnet18 model",
|
| 101 |
-
examples = [["cat.jpg", True, "layer3_x",
|
| 102 |
-
["dog.jpg", False, "layer3_x",
|
| 103 |
)
|
| 104 |
|
| 105 |
if __name__ == "__main__":
|
|
|
|
| 98 |
],
|
| 99 |
title = "CIFAR 10 trained on ResNet model in pytorch lightning with Gradcam",
|
| 100 |
description = " A simple gradio inference to infer on resnet18 model",
|
| 101 |
+
examples = [["cat.jpg", 10, True, "layer3_x", -1],
|
| 102 |
+
["dog.jpg", 4, False, "layer3_x", -1]]
|
| 103 |
)
|
| 104 |
|
| 105 |
if __name__ == "__main__":
|