aashwinik commited on
Commit
c3a2437
1 Parent(s): fd0b751

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,9 +13,9 @@ if uploaded_file is not None:
13
 
14
  output=censor_face(tfile)
15
 
16
- video_file = open(tfile.name, 'rb')
17
- video_bytes = video_file.read()
18
- st.video(video_bytes)
19
 
20
  with open(output, "rb") as file:
21
  btn = st.download_button(
 
13
 
14
  output=censor_face(tfile)
15
 
16
+ video_file = open(tfile.name, 'rb')
17
+ video_bytes = video_file.read()
18
+ st.video(video_bytes)
19
 
20
  with open(output, "rb") as file:
21
  btn = st.download_button(