Spaces:
Sleeping
Sleeping
[Update]concepts
Browse files
app.py
CHANGED
@@ -147,6 +147,13 @@ with demo:
|
|
147 |
show_label=False,
|
148 |
elem_id="search-bar",
|
149 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
# with gr.Row():
|
151 |
# shown_columns = gr.CheckboxGroup(
|
152 |
# choices=[
|
|
|
147 |
show_label=False,
|
148 |
elem_id="search-bar",
|
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 |
+
)
|
157 |
# with gr.Row():
|
158 |
# shown_columns = gr.CheckboxGroup(
|
159 |
# choices=[
|