Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py (#1)
Browse files- Update app.py (0940ca6c38837888686a21d6c91b4536d4bad194)
    	
        app.py
    CHANGED
    
    | 
         @@ -44,10 +44,10 @@ def infer(prompt, model_size, seed=42, randomize_seed=False, width=1024, height= 
     | 
|
| 44 | 
         
             
                return img.images[0], seed
         
     | 
| 45 | 
         | 
| 46 | 
         
             
            examples = [
         
     | 
| 47 | 
         
            -
                ["a tiny astronaut hatching from an egg on the moon", " 
     | 
| 48 | 
         
            -
                [" 
     | 
| 49 | 
         
             
                ["an anime illustration of a wiener schnitzel", "0.6B"],
         
     | 
| 50 | 
         
            -
                ["a photorealistic landscape of mountains at sunset", " 
     | 
| 51 | 
         
             
            ]
         
     | 
| 52 | 
         | 
| 53 | 
         
             
            css="""
         
     | 
| 
         | 
|
| 44 | 
         
             
                return img.images[0], seed
         
     | 
| 45 | 
         | 
| 46 | 
         
             
            examples = [
         
     | 
| 47 | 
         
            +
                ["a tiny astronaut hatching from an egg on the moon", "1.6B"],
         
     | 
| 48 | 
         
            +
                ["🐶 Wearing 🕶 flying on the 🌈", "1.6B"],
         
     | 
| 49 | 
         
             
                ["an anime illustration of a wiener schnitzel", "0.6B"],
         
     | 
| 50 | 
         
            +
                ["a photorealistic landscape of mountains at sunset", "0.6B"],
         
     | 
| 51 | 
         
             
            ]
         
     | 
| 52 | 
         | 
| 53 | 
         
             
            css="""
         
     |