Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -255,6 +255,7 @@ def predict(image):
|
|
255 |
# return output # or post-process the results as needed
|
256 |
results = model(image)
|
257 |
print(type(results))
|
|
|
258 |
annotated_img = results.plot()
|
259 |
return annotated_img
|
260 |
|
|
|
255 |
# return output # or post-process the results as needed
|
256 |
results = model(image)
|
257 |
print(type(results))
|
258 |
+
print(results)
|
259 |
annotated_img = results.plot()
|
260 |
return annotated_img
|
261 |
|