xinchen9 commited on
Commit
f9a7813
1 Parent(s): 19ad5cf

[Update]add top-down concept

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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')