Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -296,7 +296,7 @@ with gr.Blocks(theme=gr.themes.Glass(), css=css) as app: 
     | 
|
| 296 | 
         
             
                                    [(item["image"], item["title"]) for item in loras],
         
     | 
| 297 | 
         
             
                                    label="LoRA 갤러리",
         
     | 
| 298 | 
         
             
                                    allow_preview=False,
         
     | 
| 299 | 
         
            -
                                    columns= 
     | 
| 300 | 
         
             
                                    elem_id="gallery"
         
     | 
| 301 | 
         
             
                                )
         
     | 
| 302 | 
         
             
                                with gr.Group():
         
     | 
| 
         | 
|
| 296 | 
         
             
                                    [(item["image"], item["title"]) for item in loras],
         
     | 
| 297 | 
         
             
                                    label="LoRA 갤러리",
         
     | 
| 298 | 
         
             
                                    allow_preview=False,
         
     | 
| 299 | 
         
            +
                                    columns=6,
         
     | 
| 300 | 
         
             
                                    elem_id="gallery"
         
     | 
| 301 | 
         
             
                                )
         
     | 
| 302 | 
         
             
                                with gr.Group():
         
     |