Spaces:
Sleeping
Sleeping
[Update]Concept
Browse files
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 |
)
|