Spaces:
Sleeping
Sleeping
Kieran Fraser
commited on
Commit
•
65c3a6a
1
Parent(s):
2fde340
adding cta
Browse filesSigned-off-by: Kieran Fraser <[email protected]>
app.py
CHANGED
@@ -397,6 +397,13 @@ with gr.Blocks(css=css, theme='Tshackelton/IBMPlex-DenseReadable') as demo:
|
|
397 |
patch_width],
|
398 |
outputs=[original_gallery, adversarial_gallery, delta_gallery, clean_accuracy,
|
399 |
robust_accuracy])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
400 |
|
401 |
gr.Markdown('''<br/>''')
|
402 |
|
|
|
397 |
patch_width],
|
398 |
outputs=[original_gallery, adversarial_gallery, delta_gallery, clean_accuracy,
|
399 |
robust_accuracy])
|
400 |
+
|
401 |
+
gr.Markdown('''<br/>''')
|
402 |
+
|
403 |
+
gr.Markdown('''<p style="font-size: 18px; text-align: center;"><i>⚔️ Want to try out an evasion attack with your own model and data?
|
404 |
+
Run our <a href="https://github.com/Trusted-AI/adversarial-robustness-toolbox/blob/main/notebooks/hugging_face_evasion.ipynb"
|
405 |
+
target="_blank">notebooks</a>!</i></p>''')
|
406 |
+
|
407 |
|
408 |
gr.Markdown('''<br/>''')
|
409 |
|