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