aje6 commited on
Commit
4ef9616
·
verified ·
1 Parent(s): 9f1a893

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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