Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
92 |
label="Unlearning undesirable concepts")
|
93 |
with gr.Column():
|
94 |
# gr.Markdown("Please upload your model id.")
|
95 |
-
drop_model = gr.Dropdown(["
|
96 |
label="Unlearned DMs")
|
97 |
# diffusion_model_T = gr.Textbox(label='diffusion_model_id')
|
98 |
# concept = gr.Textbox(label='concept')
|
|
|
92 |
label="Unlearning undesirable concepts")
|
93 |
with gr.Column():
|
94 |
# gr.Markdown("Please upload your model id.")
|
95 |
+
drop_model = gr.Dropdown(["ESD", "FMN", "SPM"],
|
96 |
label="Unlearned DMs")
|
97 |
# diffusion_model_T = gr.Textbox(label='diffusion_model_id')
|
98 |
# concept = gr.Textbox(label='concept')
|