xinchen9 commited on
Commit
362e1e1
1 Parent(s): 5d0db4d

[Update]Add two demo links

Browse files
Files changed (1) hide show
  1. src/about.py +2 -0
src/about.py CHANGED
@@ -31,6 +31,8 @@ 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
  # Which evaluations are you running? how can people reproduce what you have?
 
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
+ For 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?