Spaces:
Build error
Build error
=
commited on
Commit
·
d025a55
1
Parent(s):
abdadd2
adding app with description
Browse files- app.py +9 -1
- data/extractions/__init__.py +0 -0
- data/extractions/fake_real_dict.txt +0 -0
- data/extractions/weights.txt +0 -0
app.py
CHANGED
|
@@ -23,7 +23,15 @@ header("FAKE AND REAL FACE DETECTION")
|
|
| 23 |
expander = st.expander('Description', expanded=True)
|
| 24 |
|
| 25 |
with expander:
|
| 26 |
-
st.write('''This
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
# let us initialize two columns
|
| 29 |
left, mid, right = st.columns(3)
|
|
|
|
| 23 |
expander = st.expander('Description', expanded=True)
|
| 24 |
|
| 25 |
with expander:
|
| 26 |
+
st.write('''This website has for purpose to help internet users
|
| 27 |
+
to know if an profil is safe by verifying if the face
|
| 28 |
+
display on it is verifiable. You can download the image
|
| 29 |
+
of a person in Facebook, Whatsapp or any other social media
|
| 30 |
+
and add in here and click on the submit button to obtain
|
| 31 |
+
the result (fake or real). You will also obtain an
|
| 32 |
+
modification of the original image indicating which
|
| 33 |
+
part of it is suspect or make the site identify if the
|
| 34 |
+
image is real. Enjoy!''')
|
| 35 |
|
| 36 |
# let us initialize two columns
|
| 37 |
left, mid, right = st.columns(3)
|
data/extractions/__init__.py
ADDED
|
File without changes
|
data/extractions/fake_real_dict.txt
ADDED
|
Binary file (329 Bytes). View file
|
|
|
data/extractions/weights.txt
ADDED
|
Binary file (412 Bytes). View file
|
|
|