Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Upload 2 files
Browse files
    	
        app.py
    CHANGED
    
    | @@ -470,7 +470,7 @@ with gr.Blocks() as app: | |
| 470 | 
             
                with gr.Row():
         | 
| 471 | 
             
                    unseen_tags = gr.HTML(label="Unseen Tags")
         | 
| 472 | 
             
                with gr.Row():
         | 
| 473 | 
            -
                    styles = gr.Gallery(label="Styles", allow_preview=True, preview=True, container=True)
         | 
| 474 |  | 
| 475 |  | 
| 476 | 
             
                submit_button.click(
         | 
|  | |
| 470 | 
             
                with gr.Row():
         | 
| 471 | 
             
                    unseen_tags = gr.HTML(label="Unseen Tags")
         | 
| 472 | 
             
                with gr.Row():
         | 
| 473 | 
            +
                    styles = gr.Gallery(label="Styles", allow_preview=True, preview=True, container=True, rows=1, columns=11)
         | 
| 474 |  | 
| 475 |  | 
| 476 | 
             
                submit_button.click(
         | 
