Spaces:
Runtime error
Runtime error
added description and article
Browse files
app.py
CHANGED
@@ -97,6 +97,11 @@ if __name__ == "__main__":
|
|
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 |
)
|
102 |
iface.launch(enable_queue=True)
|
|
|
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 |
+
<center>
|
102 |
+
Dylan Slack, Sophie Hilgard, Sameer Singh, and Hima Lakkaraju. NeurIPS 2021.
|
103 |
+
</center>
|
104 |
+
""",
|
105 |
+
article="Research paper and Github can be found [here](https://dylanslacks.website/reliable/index.html)"
|
106 |
)
|
107 |
iface.launch(enable_queue=True)
|