patrickramos commited on
Commit
70dfc27
1 Parent(s): bc87136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def visualize(input_img, visual_emb_gam_setups, show_scores, show_cbars):
146
  return fig
147
 
148
  description = 'Visualize the patch contributions of [visual Emb-GAMs](https://huggingface.co/models?other=visual%20emb-gam) to class labels.'
149
- article = '''An extension of [Emb-GAMs](https://arxiv.org/abs/2209.11799), visual Emb-GAMs classify images by embedding images, taking intermediate representations correponding to different spatial regions, summing these up and predicting a class label from the sum using a GAM.
150
 
151
  The use of a sum of embeddings allows us to visualize which regions of an image contributed positive or negatively to each class score.
152
 
 
146
  return fig
147
 
148
  description = 'Visualize the patch contributions of [visual Emb-GAMs](https://huggingface.co/models?other=visual%20emb-gam) to class labels.'
149
+ article = '''An extension of [Emb-GAMs](https://arxiv.org/abs/2209.11799), visual Emb-GAMs classify images by embedding images, taking intermediate representations correponding to different spatial regions, summing these up, and predicting a class label from the sum using a GAM.
150
 
151
  The use of a sum of embeddings allows us to visualize which regions of an image contributed positive or negatively to each class score.
152