Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -268,7 +268,7 @@ with image_blocks as demo: 
     | 
|
| 268 | 
         
             
                        with gr.Row():
         
     | 
| 269 | 
         
             
                            is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
         
     | 
| 270 | 
         
             
                        with gr.Row():
         
     | 
| 271 | 
         
            -
                            is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value= 
     | 
| 272 | 
         | 
| 273 | 
         
             
                        example = gr.Examples(
         
     | 
| 274 | 
         
             
                            inputs=imgs,
         
     | 
| 
         | 
|
| 268 | 
         
             
                        with gr.Row():
         
     | 
| 269 | 
         
             
                            is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
         
     | 
| 270 | 
         
             
                        with gr.Row():
         
     | 
| 271 | 
         
            +
                            is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=True)
         
     | 
| 272 | 
         | 
| 273 | 
         
             
                        example = gr.Examples(
         
     | 
| 274 | 
         
             
                            inputs=imgs,
         
     |