shanty2301 commited on
Commit
5998e32
·
verified ·
1 Parent(s): fca489f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.")