Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Undo wide layout
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -11,7 +11,6 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu") 
     | 
|
| 11 | 
         
             
            st.set_page_config(
         
     | 
| 12 | 
         
             
                page_title="Blur App",
         
     | 
| 13 | 
         
             
                page_icon="📸",
         
     | 
| 14 | 
         
            -
                layout="wide",
         
     | 
| 15 | 
         
             
            )
         
     | 
| 16 | 
         | 
| 17 | 
         
             
            st.title("Image blur using segmentation and depth estimation.")
         
     | 
| 
         | 
|
| 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.")
         
     |