Ron0420 commited on
Commit
b90432c
1 Parent(s): f3783b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def deepfakespredict(input_img ):
58
  title="EfficientNetV2 Deepfakes Image Detector"
59
  description="This is a demo implementation of EfficientNetV2 Deepfakes Image Detector. \
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 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.\" \
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: tp054565@mail.apu.edu.my, the researcher will immediately take down the examples used.\
64
  "
 
58
  title="EfficientNetV2 Deepfakes Image Detector"
59
  description="This is a demo implementation of EfficientNetV2 Deepfakes Image Detector. \
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 of a CS undergraduate Lee Sheng Yeh, the project is titled \"Achieving Face Swapped Deepfakes Detection Using EfficientNetV2\". \
62
  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.\" \
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: tp054565@mail.apu.edu.my, the researcher will immediately take down the examples used.\
64
  "