Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -235,6 +235,7 @@ def predict(image):
|
|
235 |
# Process output (adjust based on your model's format)
|
236 |
# return output # or post-process the results as needed
|
237 |
results = model(image)
|
|
|
238 |
annotated_img = results.render()[0]
|
239 |
return annotated_img
|
240 |
|
|
|
235 |
# Process output (adjust based on your model's format)
|
236 |
# return output # or post-process the results as needed
|
237 |
results = model(image)
|
238 |
+
print(results)
|
239 |
annotated_img = results.render()[0]
|
240 |
return annotated_img
|
241 |
|