Vvaann commited on
Commit
52c6c75
·
verified ·
1 Parent(s): d0c5619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ demo = gr.Interface(
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",
 
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",