Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	
		Linoy Tsaban
		
	commited on
		
		
					Commit 
							
							·
						
						4a66586
	
1
								Parent(s):
							
							8b5d4bf
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -496,7 +496,7 @@ with gr.Blocks(css="style.css") as demo: 
     | 
|
| 496 | 
         
             
                                            label="Describe your edited image",
         
     | 
| 497 | 
         
             
                                            # show_label=False,
         
     | 
| 498 | 
         
             
                                            max_lines=1, value="",
         
     | 
| 499 | 
         
            -
                                            placeholder="Target prompt, DDPM Inversion", 
         
     | 
| 500 | 
         
             
                                        )
         
     | 
| 501 | 
         | 
| 502 | 
         
             
                with gr.Box():
         
     | 
| 
         | 
|
| 496 | 
         
             
                                            label="Describe your edited image",
         
     | 
| 497 | 
         
             
                                            # show_label=False,
         
     | 
| 498 | 
         
             
                                            max_lines=1, value="",
         
     | 
| 499 | 
         
            +
                                            placeholder="Target prompt, DDPM Inversion", info = "Leave blank to have only SEGA concepts guide your edit"
         
     | 
| 500 | 
         
             
                                        )
         
     | 
| 501 | 
         | 
| 502 | 
         
             
                with gr.Box():
         
     |