bala1802 commited on
Commit
7d1ba20
1 Parent(s): 1f80462

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -138,8 +138,8 @@ def inference(
138
  return org_img, preds, cam_outputs, misclf_images_output
139
 
140
 
141
- title = "CIFAR10 trained on Custom Model inspired by ResNet with GradCAM"
142
- description = "A simple Gradio interface to infer on ResNet model, and get GradCAM results"
143
  # examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.5, -1]]
144
  demo = gr.Interface(
145
  inference,
 
138
  return org_img, preds, cam_outputs, misclf_images_output
139
 
140
 
141
+ title = "Session 12 Assignment"
142
+ description = "Experimented the custom resnet model to classify the images"
143
  # examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.5, -1]]
144
  demo = gr.Interface(
145
  inference,