Spaces:
				
			
			
	
			
			
		Configuration error
		
	
	
	
			
			
	
	
	
	
		
		
		Configuration error
		
	update
Browse files
    	
        app.py
    CHANGED
    
    | @@ -4,6 +4,7 @@ import sys | |
| 4 |  | 
| 5 | 
             
            # os.system('pip install iopath')
         | 
| 6 | 
             
            os.system("pip install -v -v -v  'git+https://github.com/facebookresearch/pytorch3d.git@stable'")
         | 
|  | |
| 7 |  | 
| 8 | 
             
            import gradio as gr
         | 
| 9 | 
             
            import random
         | 
|  | |
| 4 |  | 
| 5 | 
             
            # os.system('pip install iopath')
         | 
| 6 | 
             
            os.system("pip install -v -v -v  'git+https://github.com/facebookresearch/pytorch3d.git@stable'")
         | 
| 7 | 
            +
            os.system("wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth -P checkpoints/")
         | 
| 8 |  | 
| 9 | 
             
            import gradio as gr
         | 
| 10 | 
             
            import random
         | 

