Spaces:
Sleeping
Sleeping
Commit
·
e8da8c2
1
Parent(s):
270559d
add explicit instructions
Browse files
app.py
CHANGED
@@ -34,6 +34,7 @@ if model_name is not None:
|
|
34 |
# Instructions
|
35 |
st.write("If you choose to upload an image, the attention map will be displayed.")
|
36 |
st.write("The attention map will highlight the regions of the image that the model is focusing on.")
|
|
|
37 |
st.write("If you choose one of the CUB or NABirds models, please choose a bird image.")
|
38 |
st.write("If you choose one of the Flower models, please choose a flower image.")
|
39 |
st.write("If you choose one of the PartImageNet models, please choose an images of classes from PartImageNet like land animals/birds/cars/bottles/airplanes.")
|
|
|
34 |
# Instructions
|
35 |
st.write("If you choose to upload an image, the attention map will be displayed.")
|
36 |
st.write("The attention map will highlight the regions of the image that the model is focusing on.")
|
37 |
+
st.write("The model is trained to focus on different parts of the salient objects in the image based on the dataset.")
|
38 |
st.write("If you choose one of the CUB or NABirds models, please choose a bird image.")
|
39 |
st.write("If you choose one of the Flower models, please choose a flower image.")
|
40 |
st.write("If you choose one of the PartImageNet models, please choose an images of classes from PartImageNet like land animals/birds/cars/bottles/airplanes.")
|