Spaces:
Sleeping
Sleeping
Kaixuanliu
commited on
Commit
•
b34f4f7
1
Parent(s):
6b2049c
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
110 |
label="Unlearning undesirable concepts")
|
111 |
with gr.Column():
|
112 |
# gr.Markdown("Please upload your model id.")
|
113 |
-
drop_model = gr.Dropdown(["ESD", "FMN"
|
114 |
label="Unlearned DMs")
|
115 |
# diffusion_model_T = gr.Textbox(label='diffusion_model_id')
|
116 |
# concept = gr.Textbox(label='concept')
|
|
|
110 |
label="Unlearning undesirable concepts")
|
111 |
with gr.Column():
|
112 |
# gr.Markdown("Please upload your model id.")
|
113 |
+
drop_model = gr.Dropdown(["ESD", "FMN"],
|
114 |
label="Unlearned DMs")
|
115 |
# diffusion_model_T = gr.Textbox(label='diffusion_model_id')
|
116 |
# concept = gr.Textbox(label='concept')
|