Spaces:
Sleeping
Sleeping
[Update]Add whole name
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
65 |
label="Unlearning undesirable")
|
66 |
with gr.Column():
|
67 |
# gr.Markdown("Please upload your model id.")
|
68 |
-
drop_model = gr.Dropdown(["ESD", "FMN", "AC","UCE", "SLD"],
|
69 |
label="Unlearned DM")
|
70 |
# diffusion_model_T = gr.Textbox(label='diffusion_model_id')
|
71 |
# concept = gr.Textbox(label='concept')
|
|
|
65 |
label="Unlearning undesirable")
|
66 |
with gr.Column():
|
67 |
# gr.Markdown("Please upload your model id.")
|
68 |
+
drop_model = gr.Dropdown(["Erased Stable Diffusion(ESD)", "Forget-me-not(FMN)", "ablating concepts(AC)","unified concept editing(UCE)", "(safe latent diffusion)SLD"],
|
69 |
label="Unlearned DM")
|
70 |
# diffusion_model_T = gr.Textbox(label='diffusion_model_id')
|
71 |
# concept = gr.Textbox(label='concept')
|