Kaixuanliu commited on
Commit
a274f3e
·
verified ·
1 Parent(s): 9a32b6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks(css=custom_css) as demo:
87
 
88
  with gr.Row() as udiff:
89
  with gr.Row():
90
- drop = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage_Truck","Style-Van Gogh",
91
  "Nudity"],
92
  label="Unlearning undesirable concepts")
93
  with gr.Column():
 
87
 
88
  with gr.Row() as udiff:
89
  with gr.Row():
90
+ drop = gr.Dropdown(["Object-Church", "Object-Parachute", "Object-Garbage_Truck","Style-VanGogh",
91
  "Nudity"],
92
  label="Unlearning undesirable concepts")
93
  with gr.Column():