Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
chore: remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Jan 23, 2024
1 parent ab16bcb commit e54d0b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ def get_ai_label(response):


def run_model(img):
print(img)
base64_image = encode_image_to_base64(img)
print(base64_image)
response = vision_ai_classify_image(base64_image)
print(response)
label = get_ai_label(response)
print(label)
return label

0 comments on commit e54d0b6

Please sign in to comment.