xinchen9 commited on
Commit
5a97ca3
1 Parent(s): df2d67a

[Update]Add Unlearned DMs

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ css = '''
38
 
39
 
40
  with gr.Blocks(css=css) as demo:
41
- gr.Markdown("# Unlearn Diffusions Attack")
42
- gr.Markdown("### It will generate a prompt to lead your model output unsafe image.")
43
  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.")
44
 
45
  with gr.Row() as udiff:
 
38
 
39
 
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("### 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.")
44
 
45
  with gr.Row() as udiff: