Update app.py
Browse files
app.py
CHANGED
@@ -27,11 +27,11 @@ if file_video is not None:
|
|
27 |
# raw1 = st.columns(1)
|
28 |
# raw2 = st.columns(1)
|
29 |
if output is not None:
|
30 |
-
with st.container():
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
with st.container():
|
36 |
st.subheader("Output: ")
|
37 |
# output_video = open(output, "rb")
|
|
|
27 |
# raw1 = st.columns(1)
|
28 |
# raw2 = st.columns(1)
|
29 |
if output is not None:
|
30 |
+
# with st.container():
|
31 |
+
# st.subheader("Input: ")
|
32 |
+
# video = open(file_video, "rb")
|
33 |
+
# video_bytes = video.read()
|
34 |
+
# st.video(video_bytes, format="video/mp4")
|
35 |
with st.container():
|
36 |
st.subheader("Output: ")
|
37 |
# output_video = open(output, "rb")
|