xinchen9 commited on
Commit
87f938a
1 Parent(s): f62f7e3

[Update]Correct typo

Browse files
Files changed (1) hide show
  1. src/about.py +3 -2
src/about.py CHANGED
@@ -29,7 +29,8 @@ SUB_TITLE = """<h2 align="center" id="space-title">Effective and efficient adver
29
  # What does your leaderboard evaluate?
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), chek the [code](https://github.com/OPTML-Group/Diffusion-MU-Attack), and read the [paper](https://arxiv.org/abs/2310.11868).
 
33
  """
34
 
35
  # Which evaluations are you running? how can people reproduce what you have?
@@ -79,4 +80,4 @@ CITATION_BUTTON_TEXT = r"""
79
  journal={arXiv preprint arXiv:2310.11868},
80
  year={2023}
81
  }
82
- """
 
29
  # What does your leaderboard evaluate?
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
  # Which evaluations are you running? how can people reproduce what you have?
 
80
  journal={arXiv preprint arXiv:2310.11868},
81
  year={2023}
82
  }
83
+ """