Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ demo = gr.Interface(
|
|
| 64 |
],
|
| 65 |
outputs = [
|
| 66 |
"text",
|
| 67 |
-
gr.
|
| 68 |
gr.Label(num_top_classes=3)
|
| 69 |
],
|
| 70 |
title = "CIFAR 10 trained on ResNet model in pytorch lightning with Gradcam",
|
|
|
|
| 64 |
],
|
| 65 |
outputs = [
|
| 66 |
"text",
|
| 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",
|