Spaces:
Build error
Build error
Commit
·
dba80c8
1
Parent(s):
531cf19
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ def inference(img):
|
|
127 |
}
|
128 |
)
|
129 |
object_list_str.append(
|
130 |
-
f"{predicted_label} - X:
|
131 |
)
|
132 |
|
133 |
#chat_gpt_response = get_response_from_chatbot(
|
|
|
127 |
}
|
128 |
)
|
129 |
object_list_str.append(
|
130 |
+
f"{predicted_label} - X:{int(x0)} Y: {int(y0)} Width {int(width)} Height: {int(height)}\n"
|
131 |
)
|
132 |
|
133 |
#chat_gpt_response = get_response_from_chatbot(
|