Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -10,7 +10,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu") 
     | 
|
| 10 | 
         | 
| 11 | 
         
             
            st.set_page_config(
         
     | 
| 12 | 
         
             
                page_title="Blur App",
         
     | 
| 13 | 
         
            -
                page_icon="📸" 
     | 
| 14 | 
         
             
            )
         
     | 
| 15 | 
         | 
| 16 | 
         
             
            st.title("Image blur using segmentation and depth estimation.")
         
     | 
| 
         | 
|
| 10 | 
         | 
| 11 | 
         
             
            st.set_page_config(
         
     | 
| 12 | 
         
             
                page_title="Blur App",
         
     | 
| 13 | 
         
            +
                page_icon="📸"
         
     | 
| 14 | 
         
             
            )
         
     | 
| 15 | 
         | 
| 16 | 
         
             
            st.title("Image blur using segmentation and depth estimation.")
         
     |