Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ iface = gr.Interface(
|
|
126 |
gr.Dropdown(choices=get_attention_models(), label="Select Model")
|
127 |
],
|
128 |
outputs=gr.Gallery(label="Attention Maps"),
|
129 |
-
title="Attention Map Visualizer for timm Models",
|
130 |
description="Upload an image and select a timm model to visualize its attention maps."
|
131 |
)
|
132 |
|
|
|
126 |
gr.Dropdown(choices=get_attention_models(), label="Select Model")
|
127 |
],
|
128 |
outputs=gr.Gallery(label="Attention Maps"),
|
129 |
+
title="Attention Map Visualizer for timm Models. NOTE: This is a WIP.",
|
130 |
description="Upload an image and select a timm model to visualize its attention maps."
|
131 |
)
|
132 |
|