Spaces:
Build error
Build error
[Update]Correct Typos
Browse files
app.py
CHANGED
|
@@ -65,8 +65,8 @@ 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(["Erased Stable Diffusion(ESD)", "Forget-me-not(FMN)", "
|
| 69 |
-
label="Unlearned
|
| 70 |
# diffusion_model_T = gr.Textbox(label='diffusion_model_id')
|
| 71 |
# concept = gr.Textbox(label='concept')
|
| 72 |
# attacker = gr.Textbox(label='attacker')
|
|
|
|
| 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 DMs")
|
| 70 |
# diffusion_model_T = gr.Textbox(label='diffusion_model_id')
|
| 71 |
# concept = gr.Textbox(label='concept')
|
| 72 |
# attacker = gr.Textbox(label='attacker')
|