Spaces:
Runtime error
Runtime error
paul hilders
commited on
Commit
·
c072372
1
Parent(s):
d58ea23
Add London example
Browse files- app.py +3 -1
- example_images/London.png +0 -0
app.py
CHANGED
@@ -53,7 +53,9 @@ iface = gr.Interface(fn=run_demo,
|
|
53 |
outputs=outputs,
|
54 |
title="CLIP Grounding Explainability",
|
55 |
description="A demonstration based on the Generic Attention-model Explainability method for Interpreting Bi-Modal Transformers by Chefer et al. (2021): https://github.com/hila-chefer/Transformer-MM-Explainability.",
|
56 |
-
examples=[["example_images/
|
|
|
|
|
57 |
["example_images/harrypotter.png", "Hermione"],
|
58 |
["example_images/harrypotter.png", "Ron"],
|
59 |
["example_images/Amsterdam.png", "Amsterdam canal"],
|
|
|
53 |
outputs=outputs,
|
54 |
title="CLIP Grounding Explainability",
|
55 |
description="A demonstration based on the Generic Attention-model Explainability method for Interpreting Bi-Modal Transformers by Chefer et al. (2021): https://github.com/hila-chefer/Transformer-MM-Explainability.",
|
56 |
+
examples=[["example_images/London.png", "London Eye"],
|
57 |
+
["example_images/London.png", "Big Ben"],
|
58 |
+
["example_images/harrypotter.png", "Harry"],
|
59 |
["example_images/harrypotter.png", "Hermione"],
|
60 |
["example_images/harrypotter.png", "Ron"],
|
61 |
["example_images/Amsterdam.png", "Amsterdam canal"],
|
example_images/London.png
ADDED