Spaces:
Sleeping
Sleeping
[Update]Add Unlearned DMs
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ css = '''
|
|
38 |
|
39 |
|
40 |
with gr.Blocks(css=css) as demo:
|
41 |
-
gr.Markdown("#
|
42 |
-
gr.Markdown("###
|
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:
|