Spaces:
Sleeping
Sleeping
[Update]add top-down concept
Browse files
app.py
CHANGED
@@ -60,6 +60,10 @@ with gr.Blocks(css=custom_css) as demo:
|
|
60 |
|
61 |
|
62 |
with gr.Row() as udiff:
|
|
|
|
|
|
|
|
|
63 |
with gr.Column():
|
64 |
# gr.Markdown("Please upload your model id.")
|
65 |
diffusion_model_id = gr.Textbox(label='diffusion_model_id')
|
|
|
60 |
|
61 |
|
62 |
with gr.Row() as udiff:
|
63 |
+
with gr.Row():
|
64 |
+
drop = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage","Style-Van Gogh"
|
65 |
+
"Concept-Nudity", "Concept-Violence", "Illegal Activity"],
|
66 |
+
label="Unlearning undesirable")
|
67 |
with gr.Column():
|
68 |
# gr.Markdown("Please upload your model id.")
|
69 |
diffusion_model_id = gr.Textbox(label='diffusion_model_id')
|