grbell commited on
Commit
62f60db
·
verified ·
1 Parent(s): d3a2dac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ st.title("Image to Video")
42
 
43
  file_name = st.file_uploader("Upload an image")
44
 
45
- if file_name is None:
46
- return
47
 
48
  col1, col2 = st.columns(2)
49
  image = load_image(image=file_name)
 
42
 
43
  file_name = st.file_uploader("Upload an image")
44
 
45
+ # if file_name is None:
46
+ # return
47
 
48
  col1, col2 = st.columns(2)
49
  image = load_image(image=file_name)