rockerritesh commited on
Commit
682a089
·
verified ·
1 Parent(s): d6dda21

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -231,6 +231,7 @@ async def health_check():
231
  image = Image.fromarray(random_data)
232
  predict(image)
233
  clean_memory()
 
234
  return {"status": "healthy"}
235
 
236
  # if __name__ == "__main__":
 
231
  image = Image.fromarray(random_data)
232
  predict(image)
233
  clean_memory()
234
+ del model,processor
235
  return {"status": "healthy"}
236
 
237
  # if __name__ == "__main__":