Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|