Spaces:
Sleeping
Sleeping
Kaixuanliu
commited on
Commit
•
90f5249
1
Parent(s):
eecb24e
Update app.py
Browse files
app.py
CHANGED
@@ -84,12 +84,12 @@ with gr.Blocks(css=custom_css) as demo:
|
|
84 |
|
85 |
with gr.Row() as udiff:
|
86 |
with gr.Row():
|
87 |
-
drop = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-
|
88 |
-
"
|
89 |
-
label="Unlearning undesirable")
|
90 |
with gr.Column():
|
91 |
# gr.Markdown("Please upload your model id.")
|
92 |
-
drop_model = gr.Dropdown(["Erased Stable Diffusion(ESD)", "Forget-me-not(FMN)", "
|
93 |
label="Unlearned DMs")
|
94 |
# diffusion_model_T = gr.Textbox(label='diffusion_model_id')
|
95 |
# concept = gr.Textbox(label='concept')
|
|
|
84 |
|
85 |
with gr.Row() as udiff:
|
86 |
with gr.Row():
|
87 |
+
drop = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage_Truck","Style-Van Gogh",
|
88 |
+
"Nudity"],
|
89 |
+
label="Unlearning undesirable concepts")
|
90 |
with gr.Column():
|
91 |
# gr.Markdown("Please upload your model id.")
|
92 |
+
drop_model = gr.Dropdown(["Erased Stable Diffusion(ESD)", "Forget-me-not(FMN)", "SemiPermeable Membrane(SPM)"],
|
93 |
label="Unlearned DMs")
|
94 |
# diffusion_model_T = gr.Textbox(label='diffusion_model_id')
|
95 |
# concept = gr.Textbox(label='concept')
|