Spaces:
Sleeping
Sleeping
Rehman1603
commited on
Commit
•
24343f3
1
Parent(s):
6410344
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def Predict(img):
|
|
16 |
cropped_images = []
|
17 |
# Object detection
|
18 |
results = model(img, size=640)
|
19 |
-
print(
|
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 |
|