xinchen9 commited on
Commit
7980d67
1 Parent(s): 9e56982

[Update]Comment

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,8 +40,8 @@ css = '''
40
  with gr.Blocks(css=css) as demo:
41
  gr.Markdown("# Demo of UnlearnDiffAtk.")
42
  gr.Markdown("### UnlearnDiffAtk is an effective and efficient adversarial prompt generation approach for unlearned diffusion models(DMs).")
43
- gr.Markdown("####For more details, please visit the [project](https://www.optml-group.com/posts/mu_attack),
44
- check the [code](https://github.com/OPTML-Group/Diffusion-MU-Attack), and read the [paper](https://arxiv.org/abs/2310.11868).")
45
  gr.Markdown("### Please notice that the process may take a long time, but the results will be saved. You can try it later if it waits for too long.")
46
 
47
  with gr.Row() as udiff:
 
40
  with gr.Blocks(css=css) as demo:
41
  gr.Markdown("# Demo of UnlearnDiffAtk.")
42
  gr.Markdown("### UnlearnDiffAtk is an effective and efficient adversarial prompt generation approach for unlearned diffusion models(DMs).")
43
+ # gr.Markdown("####For more details, please visit the [project](https://www.optml-group.com/posts/mu_attack),
44
+ # check the [code](https://github.com/OPTML-Group/Diffusion-MU-Attack), and read the [paper](https://arxiv.org/abs/2310.11868).")
45
  gr.Markdown("### Please notice that the process may take a long time, but the results will be saved. You can try it later if it waits for too long.")
46
 
47
  with gr.Row() as udiff: