rwightman HF staff commited on
Commit
8c53c8a
1 Parent(s): cc361dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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