Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ file_name = st.file_uploader("Upload an image")
|
|
46 |
# return
|
47 |
|
48 |
col1, col2 = st.columns(2)
|
49 |
-
image = load_image(image=file_name)
|
50 |
col1.image(image, use_container_width=True)
|
51 |
|
52 |
video = pipe(
|
|
|
46 |
# return
|
47 |
|
48 |
col1, col2 = st.columns(2)
|
49 |
+
image = load_image(image=file_name.name)
|
50 |
col1.image(image, use_container_width=True)
|
51 |
|
52 |
video = pipe(
|