Spaces:
Runtime error
Runtime error
Suchinthana
commited on
Commit
Β·
922274d
1
Parent(s):
595ea56
return update
Browse files
app.py
CHANGED
@@ -264,7 +264,8 @@ def handle_query(query):
|
|
264 |
empty_map_image, mask_image, response['output']['feature_representation']['properties']['description']
|
265 |
)
|
266 |
|
267 |
-
return map_image, satellite_image, empty_map_image, mask_image, response
|
|
|
268 |
|
269 |
def update_query(selected_query):
|
270 |
return selected_query
|
|
|
264 |
empty_map_image, mask_image, response['output']['feature_representation']['properties']['description']
|
265 |
)
|
266 |
|
267 |
+
#return map_image, satellite_image, empty_map_image, mask_image, response
|
268 |
+
return map_image, satellite_image, empty_map_image, mask_image, response['output']['feature_representation']['properties']['description']
|
269 |
|
270 |
def update_query(selected_query):
|
271 |
return selected_query
|