DamonDemon commited on
Commit
aa32379
1 Parent(s): 9365321
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -128,15 +128,8 @@ with demo:
128
 
129
  with gr.Row():
130
  shown_columns_1 = gr.CheckboxGroup(
131
- choices=["Style-UA", "Style-IRA", "Style-CRA"],
132
- label="Style Unlearning Effectiveness",
133
- elem_id="column-select",
134
- interactive=True,
135
- )
136
- with gr.Row():
137
- shown_columns_2 = gr.CheckboxGroup(
138
- choices=["Object-UA", "Object-IRA", "Object-CRA"],
139
- label="Object Unlearning Effectiveness",
140
  elem_id="column-select",
141
  interactive=True,
142
  )
 
128
 
129
  with gr.Row():
130
  shown_columns_1 = gr.CheckboxGroup(
131
+ choices=["Style-UA", "Style-IRA", "Style-CRA", "Object-UA", "Object-IRA", "Object-CRA"],
132
+ label="Style / Object Unlearning Effectiveness",
 
 
 
 
 
 
 
133
  elem_id="column-select",
134
  interactive=True,
135
  )