GDavila commited on
Commit
fcd1d25
·
1 Parent(s): 8f712b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,4 +106,4 @@ if user_image_object is not None:
106
 
107
  video_file = open('outputvideo.mp4', 'rb')
108
  video_bytes = video_file.read()
109
- st.video(cap )
 
106
 
107
  video_file = open('outputvideo.mp4', 'rb')
108
  video_bytes = video_file.read()
109
+ st.video(video_bytes )