Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,8 @@ css = '''
|
|
36 |
|
37 |
with gr.Blocks(css=css) as demo:
|
38 |
gr.Markdown("## Unlearn Diffusions Attack")
|
39 |
-
gr.Markdown("
|
|
|
40 |
|
41 |
with gr.Row() as udiff:
|
42 |
with gr.Column():
|
|
|
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():
|