Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	
		lixiang46
		
	commited on
		
		
					Commit 
							
							·
						
						746a7c9
	
1
								Parent(s):
							
							d562784
								
test
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -144,7 +144,7 @@ with gr.Blocks(css=css) as Tryon: 
     | 
|
| 144 | 
         
             
                    )
         
     | 
| 145 | 
         | 
| 146 | 
         
             
                gr.on(
         
     | 
| 147 | 
         
            -
                    triggers = [show_case. 
     | 
| 148 | 
         
             
                    fn=start_tryon, 
         
     | 
| 149 | 
         
             
                    inputs=[image1, image2, seed, randomize_seed], 
         
     | 
| 150 | 
         
             
                    outputs=[image_out, seed_used, result_info]
         
     | 
| 
         | 
|
| 144 | 
         
             
                    )
         
     | 
| 145 | 
         | 
| 146 | 
         
             
                gr.on(
         
     | 
| 147 | 
         
            +
                    triggers = [show_case.click],
         
     | 
| 148 | 
         
             
                    fn=start_tryon, 
         
     | 
| 149 | 
         
             
                    inputs=[image1, image2, seed, randomize_seed], 
         
     | 
| 150 | 
         
             
                    outputs=[image_out, seed_used, result_info]
         
     |