TheChesireCat commited on
Commit ·
22a6af0
1
Parent(s): 9daa2dc
Header change
Browse files
app.py
CHANGED
|
@@ -113,7 +113,11 @@ def get_file_type(uploaded_file):
|
|
| 113 |
return mime
|
| 114 |
|
| 115 |
def main():
|
| 116 |
-
st.title("Media Anonymizer")
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
|
| 118 |
uploaded_files = st.file_uploader("Upload media files (images,videos)", accept_multiple_files=True)
|
| 119 |
keep_audio = st.checkbox("Keep Audio")
|
|
|
|
| 113 |
return mime
|
| 114 |
|
| 115 |
def main():
|
| 116 |
+
st.title("☢️🧑📷 Media Anonymizer 📹🧑🦳☢️")
|
| 117 |
+
# description
|
| 118 |
+
st.write("""
|
| 119 |
+
You can upload images or videos and the application will automatically detect faces and blur them out.\nAudio is removed by deafult. Check the box below to keep audio.
|
| 120 |
+
""")
|
| 121 |
|
| 122 |
uploaded_files = st.file_uploader("Upload media files (images,videos)", accept_multiple_files=True)
|
| 123 |
keep_audio = st.checkbox("Keep Audio")
|