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", 1, True, 10,
|
| 106 |
-
["dog.jpg", 1, False, 4,
|
| 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, 0.4],
|
| 106 |
+
["dog.jpg", 1, False, 4, 1]]
|
| 107 |
)
|
| 108 |
|
| 109 |
if __name__ == "__main__":
|