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