Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 | 
             
            import gradio as gr
         | 
| 2 | 
             
            from PIL import Image
         | 
| 3 | 
            -
            import src.depth_pro
         | 
| 4 | 
             
            import numpy as np
         | 
| 5 | 
             
            import matplotlib.pyplot as plt
         | 
| 6 |  | 
|  | |
| 1 | 
             
            import gradio as gr
         | 
| 2 | 
             
            from PIL import Image
         | 
| 3 | 
            +
            import src.depth_pro as depth_pro
         | 
| 4 | 
             
            import numpy as np
         | 
| 5 | 
             
            import matplotlib.pyplot as plt
         | 
| 6 |  | 

