Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
| 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",
|