Spaces:
Sleeping
Sleeping
Commit
·
a33d7fc
1
Parent(s):
28b5cc9
Update: change layout
Browse files
app.py
CHANGED
@@ -84,8 +84,8 @@ interface = gr.Interface(
|
|
84 |
fn=process_image,
|
85 |
inputs=gr.Image(type="pil", label="Upload an Image"),
|
86 |
outputs=gr.Image(type="pil", label="Result"),
|
87 |
-
title="
|
88 |
-
description="Upload an image to visualize object detection
|
89 |
)
|
90 |
|
91 |
if __name__ == "__main__":
|
|
|
84 |
fn=process_image,
|
85 |
inputs=gr.Image(type="pil", label="Upload an Image"),
|
86 |
outputs=gr.Image(type="pil", label="Result"),
|
87 |
+
title="Visualising the key image features that drive decisions with our explainable AI tool.",
|
88 |
+
description="XAI: Upload an image to visualize object detection of your models."
|
89 |
)
|
90 |
|
91 |
if __name__ == "__main__":
|