Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,9 +35,9 @@ css = '''
|
|
35 |
|
36 |
|
37 |
with gr.Blocks(css=css) as demo:
|
38 |
-
gr.Markdown("
|
39 |
-
gr.Markdown("
|
40 |
-
gr.Markdown("
|
41 |
|
42 |
with gr.Row() as udiff:
|
43 |
with gr.Column():
|
|
|
35 |
|
36 |
|
37 |
with gr.Blocks(css=css) as demo:
|
38 |
+
gr.Markdown("# Unlearn Diffusions Attack")
|
39 |
+
gr.Markdown("### It will generate a prompt to lead your model output unsafe image.")
|
40 |
+
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.")
|
41 |
|
42 |
with gr.Row() as udiff:
|
43 |
with gr.Column():
|