Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -252,6 +252,7 @@ run_lora.zerogpu = True 
     | 
|
| 252 | 
         | 
| 253 | 
         
             
            css = '''
         
     | 
| 254 | 
         
             
            #gen_btn{height: 100%}
         
     | 
| 
         | 
|
| 255 | 
         
             
            #title{text-align: center}
         
     | 
| 256 | 
         
             
            #title h1{font-size: 3em; display:inline-flex; align-items:center}
         
     | 
| 257 | 
         
             
            #title img{width: 100px; margin-right: 0.5em}
         
     | 
| 
         | 
|
| 252 | 
         | 
| 253 | 
         
             
            css = '''
         
     | 
| 254 | 
         
             
            #gen_btn{height: 100%}
         
     | 
| 255 | 
         
            +
            #gen_column{align-self: stretch}
         
     | 
| 256 | 
         
             
            #title{text-align: center}
         
     | 
| 257 | 
         
             
            #title h1{font-size: 3em; display:inline-flex; align-items:center}
         
     | 
| 258 | 
         
             
            #title img{width: 100px; margin-right: 0.5em}
         
     |