Spaces:
Runtime error
Runtime error
default show private
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ with demo:
|
|
174 |
)
|
175 |
with gr.Row():
|
176 |
deleted_models_visibility = gr.Checkbox(
|
177 |
-
value=
|
178 |
)
|
179 |
with gr.Column(min_width=320):
|
180 |
#with gr.Box(elem_id="box-filter"):
|
|
|
174 |
)
|
175 |
with gr.Row():
|
176 |
deleted_models_visibility = gr.Checkbox(
|
177 |
+
value=True, label="Show gated/private/deleted models", interactive=True
|
178 |
)
|
179 |
with gr.Column(min_width=320):
|
180 |
#with gr.Box(elem_id="box-filter"):
|