Spaces:
Build error
Build error
taquynhnga
commited on
Commit
•
ac420fc
1
Parent(s):
4b51db6
Update Home.py
Browse files
Home.py
CHANGED
@@ -24,7 +24,7 @@ Last but not least, there is a last webpage that stores 50,000 images in the **I
|
|
24 |
st.write(intro_text)
|
25 |
|
26 |
# 4 PAGES
|
27 |
-
sections_text = """
|
28 |
1) [Maximally activating patches](/Maximally_activating_patches): The visualization method in this page answers the question “what patterns maximally activated this filter (channel)?”.
|
29 |
2) [SmoothGrad](/SmoothGrad): This visualization method in this page answers the question “which features are responsible for the current prediction?”.
|
30 |
3) [Adversarial attack](/Adversarial_attack): How adversarial attacks affect ConvNeXt interpretation?
|
|
|
24 |
st.write(intro_text)
|
25 |
|
26 |
# 4 PAGES
|
27 |
+
sections_text = """Overall, there are 4 functionalities in this web app:
|
28 |
1) [Maximally activating patches](/Maximally_activating_patches): The visualization method in this page answers the question “what patterns maximally activated this filter (channel)?”.
|
29 |
2) [SmoothGrad](/SmoothGrad): This visualization method in this page answers the question “which features are responsible for the current prediction?”.
|
30 |
3) [Adversarial attack](/Adversarial_attack): How adversarial attacks affect ConvNeXt interpretation?
|