Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
FinancialSupport
commited on
Commit
•
68d7969
1
Parent(s):
a608e49
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ with demo:
|
|
171 |
)
|
172 |
with gr.Row():
|
173 |
deleted_models_visibility = gr.Checkbox(
|
174 |
-
value=
|
175 |
)
|
176 |
with gr.Column(min_width=320):
|
177 |
#with gr.Box(elem_id="box-filter"):
|
|
|
171 |
)
|
172 |
with gr.Row():
|
173 |
deleted_models_visibility = gr.Checkbox(
|
174 |
+
value=True, label="Show gated/private/deleted models", interactive=True
|
175 |
)
|
176 |
with gr.Column(min_width=320):
|
177 |
#with gr.Box(elem_id="box-filter"):
|