Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -77,7 +77,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app: | |
| 77 | 
             
                        )
         | 
| 78 |  | 
| 79 | 
             
                    with gr.Column(scale=2):
         | 
| 80 | 
            -
                        result = gr.Image(label="Generated Image" | 
| 81 |  | 
| 82 | 
             
                with gr.Row():
         | 
| 83 | 
             
                    #with gr.Column():
         | 
|  | |
| 77 | 
             
                        )
         | 
| 78 |  | 
| 79 | 
             
                    with gr.Column(scale=2):
         | 
| 80 | 
            +
                        result = gr.Image(label="Generated Image")
         | 
| 81 |  | 
| 82 | 
             
                with gr.Row():
         | 
| 83 | 
             
                    #with gr.Column():
         | 
 
			
