Spaces:
Runtime error
Runtime error
changes in the desp.
Browse files
app.py
CHANGED
@@ -55,12 +55,9 @@ def deepfakespredict(input_img ):
|
|
55 |
return input_img, text, text2, {labels[i]: float(pred[i]) for i in range(2)}
|
56 |
|
57 |
|
58 |
-
title="
|
59 |
-
description="
|
60 |
-
To use it, simply upload your image, or click one of the examples to load them. \
|
61 |
-
This demo and model represent the Final Year Project titled \"Achieving Face Swapped Deepfakes Detection Using EfficientNetV2\" by a CS undergraduate Lee Sheng Yeh. \
|
62 |
-
The examples were extracted from Celeb-DF(V2)(Li et al, 2020) and FaceForensics++(Rossler et al., 2019). Full reference detail is available in \"references.txt.\" \
|
63 |
-
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].\
|
64 |
"
|
65 |
|
66 |
examples = [
|
|
|
55 |
return input_img, text, text2, {labels[i]: float(pred[i]) for i in range(2)}
|
56 |
|
57 |
|
58 |
+
title="Deepfakes Image Detector"
|
59 |
+
description="\
|
60 |
+
To use it, simply upload your image, or click one of the examples to load them. \
|
|
|
|
|
|
|
61 |
"
|
62 |
|
63 |
examples = [
|