Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -638,12 +638,12 @@ def get_example(): 
     | 
|
| 638 | 
         
             
                        "Inpainting with Black mask",  # Example name - new column
         
     | 
| 639 | 
         
             
                        "./assets/examples/inpainting/giorno.webp",  # Preview column
         
     | 
| 640 | 
         
             
                        ["./assets/examples/inpainting/giorno.webp"],  # Input image path
         
     | 
| 641 | 
         
            -
                        "[[ 
     | 
| 642 | 
         
             
                        NEGATIVE_PROMPT,
         
     | 
| 643 | 
         
             
                        50,  # num_steps
         
     | 
| 644 | 
         
             
                        4.0,  # guidance_scale
         
     | 
| 645 | 
         
             
                        ["image_0"],  # denoise_mask
         
     | 
| 646 | 
         
            -
                        " 
     | 
| 647 | 
         
             
                        "0",  # azimuth
         
     | 
| 648 | 
         
             
                        "0",  # elevation
         
     | 
| 649 | 
         
             
                        "1.5",  # distance
         
     | 
| 
         | 
|
| 638 | 
         
             
                        "Inpainting with Black mask",  # Example name - new column
         
     | 
| 639 | 
         
             
                        "./assets/examples/inpainting/giorno.webp",  # Preview column
         
     | 
| 640 | 
         
             
                        ["./assets/examples/inpainting/giorno.webp"],  # Input image path
         
     | 
| 641 | 
         
            +
                        "[[image_inpainting]]",
         
     | 
| 642 | 
         
             
                        NEGATIVE_PROMPT,
         
     | 
| 643 | 
         
             
                        50,  # num_steps
         
     | 
| 644 | 
         
             
                        4.0,  # guidance_scale
         
     | 
| 645 | 
         
             
                        ["image_0"],  # denoise_mask
         
     | 
| 646 | 
         
            +
                        "inpainting",  # task_type
         
     | 
| 647 | 
         
             
                        "0",  # azimuth
         
     | 
| 648 | 
         
             
                        "0",  # elevation
         
     | 
| 649 | 
         
             
                        "1.5",  # distance
         
     |