gardarjuto commited on
Commit
2bd1158
·
1 Parent(s): 4ec9008

show private models by default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ with demo:
166
  )
167
  with gr.Row():
168
  deleted_models_visibility = gr.Checkbox(
169
- value=False, label="Show gated/private/deleted models", interactive=True
170
  )
171
  with gr.Column(min_width=320):
172
  #with gr.Box(elem_id="box-filter"):
 
166
  )
167
  with gr.Row():
168
  deleted_models_visibility = gr.Checkbox(
169
+ value=True, label="Show gated/private/deleted models", interactive=True
170
  )
171
  with gr.Column(min_width=320):
172
  #with gr.Box(elem_id="box-filter"):