Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks() as demo:
|
|
30 |
label="Unlearning undesirable")
|
31 |
with gr.Column():
|
32 |
# gr.Markdown("Please upload your model id.")
|
33 |
-
drop_model = gr.Dropdown(["Erased Stable Diffusion(ESD)", "Forget-me-not(FMN)", "Ablating concepts(AC)","Unified Concept Editing(UCE)", "
|
34 |
label="Unlearned DMs")
|
35 |
with gr.Column():
|
36 |
# gr.Markdown("Please upload your model id.")
|
|
|
30 |
label="Unlearning undesirable")
|
31 |
with gr.Column():
|
32 |
# gr.Markdown("Please upload your model id.")
|
33 |
+
drop_model = gr.Dropdown(["Erased Stable Diffusion(ESD)", "Forget-me-not(FMN)", "Ablating concepts(AC)","Unified Concept Editing(UCE)", "Safe Latent Diffusion(SLD)"],
|
34 |
label="Unlearned DMs")
|
35 |
with gr.Column():
|
36 |
# gr.Markdown("Please upload your model id.")
|