davidmasip commited on
Commit
bc8c176
·
1 Parent(s): 70fdee2

add labels

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,9 +10,9 @@ def label(file_name):
10
 
11
  config = {
12
  "labels": [
13
- "Plantation",
14
- "Grassland",
15
- "Smallholder Agriculture"
16
  ],
17
  "size": 256,
18
  }
 
10
 
11
  config = {
12
  "labels": [
13
+ "Plantation (0)",
14
+ "Grassland (1)",
15
+ "Smallholder Agriculture (2)",
16
  ],
17
  "size": 256,
18
  }