xinchen9 commited on
Commit
cd5262a
1 Parent(s): cfa0de1

[Update]Add whole name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')