alexrods commited on
Commit
6ac371e
·
1 Parent(s): 566921d

Update app.py

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