BhumikaMak commited on
Commit
a33d7fc
·
1 Parent(s): 28b5cc9

Update: change layout

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,8 +84,8 @@ interface = gr.Interface(
84
  fn=process_image,
85
  inputs=gr.Image(type="pil", label="Upload an Image"),
86
  outputs=gr.Image(type="pil", label="Result"),
87
- title="YOLOv5 Object Detection with Grad-CAM",
88
- description="Upload an image to visualize object detection (YOLOv5) and Grad-CAM explanations."
89
  )
90
 
91
  if __name__ == "__main__":
 
84
  fn=process_image,
85
  inputs=gr.Image(type="pil", label="Upload an Image"),
86
  outputs=gr.Image(type="pil", label="Result"),
87
+ title="Visualising the key image features that drive decisions with our explainable AI tool.",
88
+ description="XAI: Upload an image to visualize object detection of your models."
89
  )
90
 
91
  if __name__ == "__main__":