Ron0420 commited on
Commit
2130612
1 Parent(s): c6a0157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -56,7 +56,12 @@ def deepfakespredict(input_img ):
56
 
57
 
58
  title="EfficientNetV2 Deepfakes Image Detector"
59
- description="This is a demo implementation of EfficientNetV2 Deepfakes Image Detector. To use it, simply upload your image, or click one of the examples to load them."
 
 
 
 
 
60
  examples = [
61
  ['Fake-1.png'],
62
  ['Fake-2.png'],
 
56
 
57
 
58
  title="EfficientNetV2 Deepfakes Image Detector"
59
+ description="This is a demo implementation of EfficientNetV2 Deepfakes Image Detector. \n \
60
+ To use it, simply upload your image, or click one of the examples to load them. \n\n \
61
+ This demo and model represent the work of \"Achieving Face Swapped Deepfakes Detection Using EfficientNetV2\" by Lee Sheng Yeh. \n \
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 = [
66
  ['Fake-1.png'],
67
  ['Fake-2.png'],