Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -151,8 +151,8 @@ title="EfficientNetV2 Deepfakes Video Detector"
|
|
151 |
description="This is a demo implementation of EfficientNetV2 Deepfakes Image Detector by using frame-by-frame detection. \
|
152 |
To use it, simply upload your video, or click one of the examples to load them.\
|
153 |
This demo and model represent the work of \"Achieving Face Swapped Deepfakes Detection Using EfficientNetV2\" by Lee Sheng Yeh. \
|
154 |
-
The
|
155 |
-
If any copyright is infringed, please contact the researcher via this email: [email protected], the researcher will immediately take down the
|
156 |
"
|
157 |
examples = [
|
158 |
['Video1-fake-1-ff.mp4'],
|
|
|
151 |
description="This is a demo implementation of EfficientNetV2 Deepfakes Image Detector by using frame-by-frame detection. \
|
152 |
To use it, simply upload your video, or click one of the examples to load them.\
|
153 |
This demo and model represent the work of \"Achieving Face Swapped Deepfakes Detection Using EfficientNetV2\" by Lee Sheng Yeh. \
|
154 |
+
The examples were extracted from Celeb-DF(V2)(Li et al, 2020) and FaceForensics++(Rossler et al., 2019). Full reference details is available in \"references.txt.\" \
|
155 |
+
The examples are used under fair use to demo the working of the model only. If any copyright is infringed, please contact the researcher via this email: [email protected], the researcher will immediately take down the examples used.\
|
156 |
"
|
157 |
examples = [
|
158 |
['Video1-fake-1-ff.mp4'],
|