harsh001 commited on
Commit
cd148d1
·
1 Parent(s): 4349468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/himanshi-2602/CLIP-Explainability",
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"],