Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,4 @@ if uploaded_file is not None:
|
|
34 |
st.image(image, caption='Original Image', use_column_width=True)
|
35 |
with col2:
|
36 |
st.image(processed_bg, caption='Background Removed', use_column_width=True)
|
37 |
-
|
|
|
34 |
st.image(image, caption='Original Image', use_column_width=True)
|
35 |
with col2:
|
36 |
st.image(processed_bg, caption='Background Removed', use_column_width=True)
|
37 |
+
|