youl commited on
Commit
8136a78
·
1 Parent(s): 0f019c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ device = torch.device('cuda') if torch.cuda.is_available() else torch.device('cp
47
  model = torch.load('pickel.pth',map_location=torch.device('cpu'))
48
  model = model.to(device)
49
 
50
- st.title("Palm trees detection")
51
 
52
  file_name = st.file_uploader("Upload oil palm tree image")
53
 
 
47
  model = torch.load('pickel.pth',map_location=torch.device('cpu'))
48
  model = model.to(device)
49
 
50
+ st.title("🌴Palm trees detection🌴")
51
 
52
  file_name = st.file_uploader("Upload oil palm tree image")
53