xinchen9 commited on
Commit
3a0d06b
·
verified ·
1 Parent(s): d2c86ad

[Update]Concept

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -149,8 +149,8 @@ with demo:
149
  )
150
  with gr.Row():
151
  shown_columns_1 = gr.CheckboxGroup(
152
- choices=["Nudity"],
153
- label="Undersirable concepts",
154
  elem_id="column-select",
155
  interactive=True,
156
  )
 
149
  )
150
  with gr.Row():
151
  shown_columns_1 = gr.CheckboxGroup(
152
+ choices=["Violence","Illegal Activity","Nudity"],
153
+ label="Undersirable concepts (Outputs that may be offensive in nature)",
154
  elem_id="column-select",
155
  interactive=True,
156
  )