grbell commited on
Commit
be91394
·
verified ·
1 Parent(s): ea5c127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(