LPX55 commited on
Commit
2ac7e0e
·
verified ·
1 Parent(s): db485f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -173,10 +173,10 @@ def predict_image(img, confidence_threshold):
173
  try:
174
  img_bytes = convert_pil_to_bytes(img_pil)
175
 
176
- print(img)
177
- print(img_bytes)
178
 
179
- response5_raw = call_inference(img_bytes)
180
  print(response5_raw)
181
  response5 = response5_raw
182
  print(response5)
 
173
  try:
174
  img_bytes = convert_pil_to_bytes(img_pil)
175
 
176
+ # print(img)
177
+ # print(img_bytes)
178
 
179
+ response5_raw = call_inference(img)
180
  print(response5_raw)
181
  response5 = response5_raw
182
  print(response5)