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 d4ab1f8 commit d639f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def __del__(self): self.hooks.remove()
Image1 = np.array(img)
with col1:
st.image(Image1)
imageLocation = st.empty()
imageLocation.image(img, width = 400)
#imageLocation = st.empty()
#imageLocation.image(img, width = 400)
MODEL_URL = "https://www.dropbox.com/s/vxgw0s7ktpla4dk/SkinDeep2.pkl?dl=1"
urlretrieve(MODEL_URL, "SkinDeep2.pkl")
path = Path(".")
Expand Down

0 comments on commit d639f96

Please sign in to comment.