Spaces:
Runtime error
Runtime error
Commit
·
bc8c176
1
Parent(s):
70fdee2
add labels
Browse files
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 |
}
|