Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						d53ef6d
	
1
								Parent(s):
							
							f6c70ac
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -8,7 +8,7 @@ keras.mixed_precision.set_global_policy("mixed_float16") 
     | 
|
| 8 | 
         | 
| 9 | 
         
             
            # prepare model
         
     | 
| 10 | 
         
             
            resolution = 512
         
     | 
| 11 | 
         
            -
            sd_dreambooth_model =  
     | 
| 12 | 
         
             
                    img_width=resolution, img_height=resolution, jit_compile=True, 
         
     | 
| 13 | 
         
             
                )
         
     | 
| 14 | 
         
             
            db_diffusion_model = from_pretrained_keras("AmpleBasis/seymour-cat")
         
     | 
| 
         | 
|
| 8 | 
         | 
| 9 | 
         
             
            # prepare model
         
     | 
| 10 | 
         
             
            resolution = 512
         
     | 
| 11 | 
         
            +
            sd_dreambooth_model = models.StableDiffusion(
         
     | 
| 12 | 
         
             
                    img_width=resolution, img_height=resolution, jit_compile=True, 
         
     | 
| 13 | 
         
             
                )
         
     | 
| 14 | 
         
             
            db_diffusion_model = from_pretrained_keras("AmpleBasis/seymour-cat")
         
     |