Manu101 commited on
Commit
3dd39f3
1 Parent(s): 0fb76bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ demo = gr.Interface(
79
  gr.Label(num_top_classes=3)
80
  ],
81
  title="CIFAR10 trained on ResNet18 with GradCAM feature",
82
- description = "A simple Gradio app for checking GradCAM outputs from results of ResNet18 model."
83
  examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.7, -2]
84
  )
85
 
 
79
  gr.Label(num_top_classes=3)
80
  ],
81
  title="CIFAR10 trained on ResNet18 with GradCAM feature",
82
+ description = "A simple Gradio app for checking GradCAM outputs from results of ResNet18 model.",
83
  examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.7, -2]
84
  )
85