Spaces:
Sleeping
Sleeping
chore: checking with plt obj
Browse files
app.py
CHANGED
@@ -47,5 +47,4 @@ with st.spinner("Generating the heat maps... HOLD ON!"):
|
|
47 |
|
48 |
# Show the attention maps
|
49 |
st.title("Attention 🔥 Maps")
|
50 |
-
image =
|
51 |
-
st.image(image, caption="Attention Heat Maps")
|
|
|
47 |
|
48 |
# Show the attention maps
|
49 |
st.title("Attention 🔥 Maps")
|
50 |
+
st.image(plt, caption="Attention Heat Maps")
|
|