Spaces:
Sleeping
Sleeping
chore: adding title
Browse files
app.py
CHANGED
@@ -46,5 +46,6 @@ with st.spinner("Generating the heat maps... HOLD ON!"):
|
|
46 |
utils.plot(attentions=attentions, image=preprocessed_img_orig)
|
47 |
|
48 |
# Show the attention maps
|
|
|
49 |
image = Image.open("heat_map.png")
|
50 |
st.image(image, caption="Attention Heat Maps")
|
|
|
46 |
utils.plot(attentions=attentions, image=preprocessed_img_orig)
|
47 |
|
48 |
# Show the attention maps
|
49 |
+
st.title("Attention 🔥 Maps")
|
50 |
image = Image.open("heat_map.png")
|
51 |
st.image(image, caption="Attention Heat Maps")
|