Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -202,7 +202,7 @@ title = """<h1 align="center">Image Upscaler with Tile Controlnet</h1> | |
| 202 | 
             
            """
         | 
| 203 |  | 
| 204 | 
             
            with gr.Blocks() as demo:
         | 
| 205 | 
            -
                gr. | 
| 206 | 
             
                with gr.Row():
         | 
| 207 | 
             
                    with gr.Column():
         | 
| 208 | 
             
                        input_image = gr.Image(type="pil", label="Input Image")
         | 
|  | |
| 202 | 
             
            """
         | 
| 203 |  | 
| 204 | 
             
            with gr.Blocks() as demo:
         | 
| 205 | 
            +
                gr.HTML(title)
         | 
| 206 | 
             
                with gr.Row():
         | 
| 207 | 
             
                    with gr.Column():
         | 
| 208 | 
             
                        input_image = gr.Image(type="pil", label="Input Image")
         |