Update app.py
Browse files
app.py
CHANGED
@@ -27,9 +27,9 @@ if file_video is not None:
|
|
27 |
if output is not None:
|
28 |
with col1:
|
29 |
st.subheader("Input: ")
|
30 |
-
video = open(file_video, "wb")
|
31 |
# video_bytes = video.read()
|
32 |
-
st.video(video, format="video/mp4")
|
33 |
# st.video(video_bytes)
|
34 |
with col2:
|
35 |
st.subheader("Output: ")
|
|
|
27 |
if output is not None:
|
28 |
with col1:
|
29 |
st.subheader("Input: ")
|
30 |
+
# video = open(file_video, "wb")
|
31 |
# video_bytes = video.read()
|
32 |
+
# st.video(video, format="video/mp4")
|
33 |
# st.video(video_bytes)
|
34 |
with col2:
|
35 |
st.subheader("Output: ")
|