AItool commited on
Commit
ce79011
·
verified ·
1 Parent(s): 3ebc3d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def main():
53
 
54
  with tab1:
55
  # Handle first image
56
- url = 'https://raw.githubusercontent.com/webdevserv/images_video/main/1.jpg'
57
 
58
  st.subheader("Remove background from image demo")
59
  img_description = st.text('Image background will be removed.')
 
53
 
54
  with tab1:
55
  # Handle first image
56
+ url = 'samples/1.jpg'
57
 
58
  st.subheader("Remove background from image demo")
59
  img_description = st.text('Image background will be removed.')