Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdad-dev committed May 17, 2022
1 parent c595f5d commit 624a614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def get_model_session(OBJDETECTIONREPO, OBJDETECTIONMODEL, FINDERMODEL, DEVICE):
uploaded_file = st.file_uploader("Upload an jpg image", type=["jpg"])
image = 0
if uploaded_file is not None:
global image
image = uploaded_file.read()
image = np.array(image)
print(image)
Expand Down

0 comments on commit 624a614

Please sign in to comment.