mmeendez commited on
Commit
9f1f8c6
β€’
1 Parent(s): 7d7e5b0

Add yaml to README

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # CNN - Transformer Explainability
2
 
3
  A simple tool with Gradio to compare Class Activation Map (CAM) from a ResNet50 with Attention Rollout from ViT.
 
1
+ ---
2
+ title: CNN-Transformer Explainability
3
+ emoji: πŸ‘€
4
+ colorFrom: yellow
5
+ colorTo: gray
6
+ sdk: gradio
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
  # CNN - Transformer Explainability
12
 
13
  A simple tool with Gradio to compare Class Activation Map (CAM) from a ResNet50 with Attention Rollout from ViT.