aashwinik commited on
Commit
a1b641b
1 Parent(s): 9416475

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ if uploaded_file is not None:
21
  #tfile2.write(output)
22
  output=censor_face(tfile)
23
  result_video = open(output.name, "rb")
24
- vid_bytes = video_file.read()
25
  #with open(tfile2.name, "rb") as file:
26
  # btn = st.download_button(
27
  # label="Download video",
 
21
  #tfile2.write(output)
22
  output=censor_face(tfile)
23
  result_video = open(output.name, "rb")
24
+ vid_bytes = result_video.read()
25
  #with open(tfile2.name, "rb") as file:
26
  # btn = st.download_button(
27
  # label="Download video",