Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,8 +67,8 @@ demo = gr.Inference(
|
|
| 67 |
gr.IMage(width= 256, height=256,label="Output"),
|
| 68 |
gr.Label(num_top_classes=3)
|
| 69 |
],
|
| 70 |
-
title = "CIFAR 10 trained on ResNet model in pytorch lightning with Gradcam"
|
| 71 |
-
description = " A simple gradio inference to infer on resnet18 model"
|
| 72 |
examples = [["cat.jpg", 0.5, -1],["dog.jpg",0.7,-2]]
|
| 73 |
)
|
| 74 |
|
|
|
|
| 67 |
gr.IMage(width= 256, height=256,label="Output"),
|
| 68 |
gr.Label(num_top_classes=3)
|
| 69 |
],
|
| 70 |
+
title = "CIFAR 10 trained on ResNet model in pytorch lightning with Gradcam",
|
| 71 |
+
description = " A simple gradio inference to infer on resnet18 model",
|
| 72 |
examples = [["cat.jpg", 0.5, -1],["dog.jpg",0.7,-2]]
|
| 73 |
)
|
| 74 |
|