Alessio Grancini
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -284,7 +284,7 @@ def get_detection_data(image_data):
|
|
| 284 |
"distance": depth_value, # Depth in meters
|
| 285 |
"color": color_rgb,
|
| 286 |
"confidence": float(confidence)
|
| 287 |
-
|
| 288 |
})
|
| 289 |
|
| 290 |
response = {
|
|
|
|
| 284 |
"distance": depth_value, # Depth in meters
|
| 285 |
"color": color_rgb,
|
| 286 |
"confidence": float(confidence)
|
| 287 |
+
|
| 288 |
})
|
| 289 |
|
| 290 |
response = {
|