Vvaann commited on
Commit
55ede45
·
verified ·
1 Parent(s): b8cbc9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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