Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def generate_activation_maps(image):
|
|
95 |
return attention_list
|
96 |
|
97 |
# Streamlit UI
|
98 |
-
st.title("PathDino - Compact ViT for
|
99 |
st.write("Upload a histology image to view the activation maps.")
|
100 |
|
101 |
# uploaded_image = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
|
|
|
95 |
return attention_list
|
96 |
|
97 |
# Streamlit UI
|
98 |
+
st.title("PathDino - Compact ViT for Histopathology Image Analysis")
|
99 |
st.write("Upload a histology image to view the activation maps.")
|
100 |
|
101 |
# uploaded_image = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
|