taskswithcode commited on
Commit
dba80c8
·
1 Parent(s): 531cf19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def inference(img):
127
  }
128
  )
129
  object_list_str.append(
130
- f"{predicted_label} - X:({int(x0)} Y: {int(y0)} Width {int(width)} Height: {int(height)})"
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(