Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,6 +60,7 @@ description="This is a demo implementation of EfficientNetV2 Deepfakes Image Det
|
|
60 |
To use it, simply upload your image, or click one of the examples to load them. \
|
61 |
This demo and model represent the work of \"Achieving Face Swapped Deepfakes Detection Using EfficientNetV2\" by Lee Sheng Yeh. \
|
62 |
The samples were extracted from Celeb-DF(V2)(Li et al, 2020) and FaceForensics++(Rossler et al., 2019). Full reference details is available in \"references.txt.\" \
|
|
|
63 |
"
|
64 |
|
65 |
examples = [
|
|
|
60 |
To use it, simply upload your image, or click one of the examples to load them. \
|
61 |
This demo and model represent the work of \"Achieving Face Swapped Deepfakes Detection Using EfficientNetV2\" by Lee Sheng Yeh. \
|
62 |
The samples were extracted from Celeb-DF(V2)(Li et al, 2020) and FaceForensics++(Rossler et al., 2019). Full reference details is available in \"references.txt.\" \
|
63 |
+
If any copyright is infringed, please contact the researcher via this email: tp054565@mail.apu.edu.my, the researcher will immediately take down the samples used.\
|
64 |
"
|
65 |
|
66 |
examples = [
|