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