Spaces:
Runtime error
Runtime error
update logger %s
Browse files
app.py
CHANGED
|
@@ -199,7 +199,7 @@ def process(
|
|
| 199 |
label_coordinates[key] = [val[0] / image_input.size[0], val[1] / image_input.size[1], val[2] / image_input.size[0], val[3] / image_input.size[1]]
|
| 200 |
|
| 201 |
magma_response = get_som_response(instruction, image_som)
|
| 202 |
-
logger.warning("magma repsonse: ", magma_response)
|
| 203 |
|
| 204 |
# map magma_response into the mark id
|
| 205 |
mark_id = extract_mark_id(magma_response)
|
|
|
|
| 199 |
label_coordinates[key] = [val[0] / image_input.size[0], val[1] / image_input.size[1], val[2] / image_input.size[0], val[3] / image_input.size[1]]
|
| 200 |
|
| 201 |
magma_response = get_som_response(instruction, image_som)
|
| 202 |
+
logger.warning("magma repsonse: %s", magma_response)
|
| 203 |
|
| 204 |
# map magma_response into the mark id
|
| 205 |
mark_id = extract_mark_id(magma_response)
|