Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vijishmadhavan authored Nov 12, 2021
1 parent b45e49c commit 7c05514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __del__(self): self.hooks.remove()
#Image = adjust_gamma(Image, gamma=gamma)
Image1 = np.array(img)
with col1:
st.image(Image1)
st.image(Image1,width = 400)
#imageLocation = st.empty()
#imageLocation.image(img, width = 400)
MODEL_URL = "https://www.dropbox.com/s/vxgw0s7ktpla4dk/SkinDeep2.pkl?dl=1"
Expand Down

0 comments on commit 7c05514

Please sign in to comment.