Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ iface = gr.Interface(fn=run_demo,
|
|
52 |
inputs=inputs,
|
53 |
outputs=outputs,
|
54 |
title="CLIP Explainability",
|
55 |
-
description="a demonstration conducted by Harsh-Himanshi for the Generic Attention-model Explainability method to interpret Bi-Modal Transformers: https://github.com/
|
56 |
examples=[["example_images/London.png", "London Eye"],
|
57 |
["example_images/London.png", "Big Ben"],
|
58 |
["example_images/harrypotter.png", "Harry"],
|
|
|
52 |
inputs=inputs,
|
53 |
outputs=outputs,
|
54 |
title="CLIP Explainability",
|
55 |
+
description="a demonstration conducted by Harsh-Himanshi for the Generic Attention-model Explainability method to interpret Bi-Modal Transformers: https://github.com/geekyharsh01/CLIP_Explainability",
|
56 |
examples=[["example_images/London.png", "London Eye"],
|
57 |
["example_images/London.png", "Big Ben"],
|
58 |
["example_images/harrypotter.png", "Harry"],
|