alexrods commited on
Commit
ea31627
·
1 Parent(s): 578e50f

Update app.py

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