Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
pminervini
commited on
Commit
•
609db7d
1
Parent(s):
23e3854
update
Browse files
app.py
CHANGED
@@ -156,10 +156,10 @@ with demo:
|
|
156 |
elem_id="column-select",
|
157 |
interactive=True,
|
158 |
)
|
159 |
-
with gr.Row():
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
with gr.Column(min_width=320):
|
164 |
#with gr.Box(elem_id="box-filter"):
|
165 |
filter_columns_type = gr.CheckboxGroup(
|
|
|
156 |
elem_id="column-select",
|
157 |
interactive=True,
|
158 |
)
|
159 |
+
# with gr.Row():
|
160 |
+
# deleted_models_visibility = gr.Checkbox(
|
161 |
+
# value=False, label="Show gated/private/deleted models", interactive=True
|
162 |
+
# )
|
163 |
with gr.Column(min_width=320):
|
164 |
#with gr.Box(elem_id="box-filter"):
|
165 |
filter_columns_type = gr.CheckboxGroup(
|