Rehman1603 commited on
Commit
24343f3
1 Parent(s): 6410344

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def Predict(img):
16
  cropped_images = []
17
  # Object detection
18
  results = model(img, size=640)
19
- print(result)
20
  output = results.render()
21
  return output[0]
22
 
 
16
  cropped_images = []
17
  # Object detection
18
  results = model(img, size=640)
19
+ print(results)
20
  output = results.render()
21
  return output[0]
22