Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -37,8 +37,8 @@ css = """ | |
| 37 | 
             
            """
         | 
| 38 | 
             
            with gr.Blocks(css=css) as demo:
         | 
| 39 | 
             
              gr.HTML("<h1><center>Compare Depth Estimation Models<center><h1>")
         | 
| 40 | 
            -
              gr. | 
| 41 | 
            -
              gr. | 
| 42 |  | 
| 43 | 
             
              with gr.Column():
         | 
| 44 | 
             
                  with gr.Row():
         | 
|  | |
| 37 | 
             
            """
         | 
| 38 | 
             
            with gr.Blocks(css=css) as demo:
         | 
| 39 | 
             
              gr.HTML("<h1><center>Compare Depth Estimation Models<center><h1>")
         | 
| 40 | 
            +
              gr.Markdown("In this Space, you can compare different depth estimation models: [DPT-Large](https://huggingface.co/Intel/dpt-large), [DPT with BeiT backbone](https://huggingface.co/Intel/dpt-beit-large-512) and the recent [Depth Anything Model small checkpoint](https://huggingface.co/LiheYoung/depth-anything-small-hf). 🤩")
         | 
| 41 | 
            +
              gr.Markdown("Simply upload an image or try the example to see the outputs.")
         | 
| 42 |  | 
| 43 | 
             
              with gr.Column():
         | 
| 44 | 
             
                  with gr.Row():
         | 
 
			
