Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	
		Yaron Koresh
		
	commited on
		
		
					Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -75,10 +75,10 @@ def generate_random_string(length): 
     | 
|
| 75 | 
         
             
            def Piper(_do,_dont):
         
     | 
| 76 | 
         
             
                return pipe(
         
     | 
| 77 | 
         
             
                    _do,
         
     | 
| 78 | 
         
            -
                    height= 
     | 
| 79 | 
         
            -
                    width= 
     | 
| 80 | 
         
             
                    negative_prompt=_dont,
         
     | 
| 81 | 
         
            -
                    num_inference_steps= 
     | 
| 82 | 
         
             
                    guidance_scale=10
         
     | 
| 83 | 
         
             
                )
         
     | 
| 84 | 
         | 
| 
         @@ -103,7 +103,7 @@ css=""" 
     | 
|
| 103 | 
         
             
                max-width: 15cm;
         
     | 
| 104 | 
         
             
            }
         
     | 
| 105 | 
         
             
            #image-container {
         
     | 
| 106 | 
         
            -
                aspect-ratio:  
     | 
| 107 | 
         
             
            }
         
     | 
| 108 | 
         
             
            .dropdown-arrow {
         
     | 
| 109 | 
         
             
                display: none !important;
         
     | 
| 
         | 
|
| 75 | 
         
             
            def Piper(_do,_dont):
         
     | 
| 76 | 
         
             
                return pipe(
         
     | 
| 77 | 
         
             
                    _do,
         
     | 
| 78 | 
         
            +
                    height=720,
         
     | 
| 79 | 
         
            +
                    width=1280,
         
     | 
| 80 | 
         
             
                    negative_prompt=_dont,
         
     | 
| 81 | 
         
            +
                    num_inference_steps=50,
         
     | 
| 82 | 
         
             
                    guidance_scale=10
         
     | 
| 83 | 
         
             
                )
         
     | 
| 84 | 
         | 
| 
         | 
|
| 103 | 
         
             
                max-width: 15cm;
         
     | 
| 104 | 
         
             
            }
         
     | 
| 105 | 
         
             
            #image-container {
         
     | 
| 106 | 
         
            +
                aspect-ratio: 16 / 9;
         
     | 
| 107 | 
         
             
            }
         
     | 
| 108 | 
         
             
            .dropdown-arrow {
         
     | 
| 109 | 
         
             
                display: none !important;
         
     |