Spaces:
Sleeping
Sleeping
[Update]Add concept before illegal
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
61 |
with gr.Row() as udiff:
|
62 |
with gr.Row():
|
63 |
drop = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage","Style-Van Gogh",
|
64 |
-
"Concept-Nudity", "Concept-Violence", "Illegal Activity", "None"],
|
65 |
label="Unlearning undesirable")
|
66 |
with gr.Column():
|
67 |
# gr.Markdown("Please upload your model id.")
|
|
|
61 |
with gr.Row() as udiff:
|
62 |
with gr.Row():
|
63 |
drop = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage","Style-Van Gogh",
|
64 |
+
"Concept-Nudity", "Concept-Violence", "Concept-Illegal Activity", "None"],
|
65 |
label="Unlearning undesirable")
|
66 |
with gr.Column():
|
67 |
# gr.Markdown("Please upload your model id.")
|