Skip to content

Commit

Permalink
local storage removed
Browse files Browse the repository at this point in the history
  • Loading branch information
arun477 committed Sep 17, 2023
1 parent ab68380 commit 895189e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def store_img(image):
async def predict(image:UploadFile):
tensor_image, raw_image = process_image(image)
prediction = mnist_classifier.predict(tensor_image)
store_img(raw_image)
# store_img(raw_image)
return {"prediction": prediction}

0 comments on commit 895189e

Please sign in to comment.