Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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)
|