Spaces:
Sleeping
Sleeping
Commit
·
ae1a3fb
1
Parent(s):
2ef57a2
commented out monochrome images in Satellogic set
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ def get_images(batch_size, state):
|
|
| 142 |
|
| 143 |
if config == "satellogic":
|
| 144 |
images.extend(item["rgb"])
|
| 145 |
-
images.extend(item["1m"])
|
| 146 |
if config == "sentinel_1":
|
| 147 |
images.extend(item["10m"])
|
| 148 |
if config == "default":
|
|
|
|
| 142 |
|
| 143 |
if config == "satellogic":
|
| 144 |
images.extend(item["rgb"])
|
| 145 |
+
# images.extend(item["1m"])
|
| 146 |
if config == "sentinel_1":
|
| 147 |
images.extend(item["10m"])
|
| 148 |
if config == "default":
|