Spaces:
Sleeping
Sleeping
[Update]Add change line
Browse files- src/about.py +3 -3
src/about.py
CHANGED
@@ -30,9 +30,9 @@ SUB_TITLE = """<h2 align="center" id="space-title">Effective and efficient adver
|
|
30 |
INTRODUCTION_TEXT = """
|
31 |
This benchmark is evaluates the robustness of safety-driven unlearned diffusion models (DMs)
|
32 |
(i.e., DMs after unlearning undesirable concepts, styles, or objects) across a variety of tasks. For more details, please visit the [project](https://www.optml-group.com/posts/mu_attack),
|
33 |
-
check the [code](https://github.com/OPTML-Group/Diffusion-MU-Attack), and read the [paper](https://arxiv.org/abs/2310.11868)
|
34 |
-
|
35 |
-
|
36 |
"""
|
37 |
|
38 |
# Which evaluations are you running? how can people reproduce what you have?
|
|
|
30 |
INTRODUCTION_TEXT = """
|
31 |
This benchmark is evaluates the robustness of safety-driven unlearned diffusion models (DMs)
|
32 |
(i.e., DMs after unlearning undesirable concepts, styles, or objects) across a variety of tasks. For more details, please visit the [project](https://www.optml-group.com/posts/mu_attack),
|
33 |
+
check the [code](https://github.com/OPTML-Group/Diffusion-MU-Attack), and read the [paper](https://arxiv.org/abs/2310.11868).\\
|
34 |
+
Demo of our offensive method: [UnlearnDiffAtk](https://huggingface.co/spaces/xinchen9/SD_Offense)\\
|
35 |
+
Demo of defensive method: [AdvUnlearn](https://huggingface.co/spaces/xinchen9/SD_Defense)
|
36 |
"""
|
37 |
|
38 |
# Which evaluations are you running? how can people reproduce what you have?
|