Commit 
							
							·
						
						b55a436
	
1
								Parent(s):
							
							f7a01a1
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -309,7 +309,7 @@ with demo: 
     | 
|
| 309 | 
         
             
                                    )
         
     | 
| 310 | 
         
             
                                with gr.Row():
         
     | 
| 311 | 
         
             
                                    deleted_models_visibility = gr.Checkbox(
         
     | 
| 312 | 
         
            -
                                        value=True, label="Show models 
     | 
| 313 | 
         
             
                                    )
         
     | 
| 314 | 
         
             
                            with gr.Column(min_width=320):
         
     | 
| 315 | 
         
             
                                search_bar = gr.Textbox(
         
     | 
| 
         | 
|
| 309 | 
         
             
                                    )
         
     | 
| 310 | 
         
             
                                with gr.Row():
         
     | 
| 311 | 
         
             
                                    deleted_models_visibility = gr.Checkbox(
         
     | 
| 312 | 
         
            +
                                        value=True, label="Show gated/private/deleted models", interactive=True
         
     | 
| 313 | 
         
             
                                    )
         
     | 
| 314 | 
         
             
                            with gr.Column(min_width=320):
         
     | 
| 315 | 
         
             
                                search_bar = gr.Textbox(
         
     |