url path
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def main():
|
|
53 |
|
54 |
with tab1:
|
55 |
# Handle first image
|
56 |
-
url = '
|
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 = '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.')
|