Spaces:
Runtime error
Runtime error
added title and description
Browse files
app.py
CHANGED
@@ -95,6 +95,14 @@ if __name__ == "__main__":
|
|
95 |
["./data/french_bulldog.jpg", 0.01, 5, 50],
|
96 |
["./data/pepper.jpeg", 0.01, 5, 50],
|
97 |
["./data/bird.jpg", 0.01, 5, 50],
|
98 |
-
["./data/hockey.jpg", 0.01, 5, 50]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
)
|
100 |
iface.launch(enable_queue=True)
|
|
|
95 |
["./data/french_bulldog.jpg", 0.01, 5, 50],
|
96 |
["./data/pepper.jpeg", 0.01, 5, 50],
|
97 |
["./data/bird.jpg", 0.01, 5, 50],
|
98 |
+
["./data/hockey.jpg", 0.01, 5, 50]],
|
99 |
+
title="Reliable Post Hoc Explanations: Modeling Uncertainty in Explainability",
|
100 |
+
description='''
|
101 |
+
Dylan Slack, Sophie Hilgard, Sameer Singh, and Hima Lakkaraju. NeurIPS 2021.
|
102 |
+
|
103 |
+
|
104 |
+
Paper: https://arxiv.org/abs/2008.05030
|
105 |
+
Github: https://github.com/dylan-slack/Modeling-Uncertainty-Local-Explainability
|
106 |
+
'''
|
107 |
)
|
108 |
iface.launch(enable_queue=True)
|