Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,17 +68,17 @@ def deepfakespredict(input_img ):
|
|
68 |
title="EfficientNetV2 Deepfakes Image Detector"
|
69 |
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."
|
70 |
examples = [
|
71 |
-
['
|
72 |
-
['
|
73 |
-
['
|
74 |
-
['
|
75 |
-
['
|
76 |
|
77 |
-
['
|
78 |
-
['
|
79 |
-
['
|
80 |
-
['
|
81 |
-
['
|
82 |
|
83 |
]
|
84 |
|
|
|
68 |
title="EfficientNetV2 Deepfakes Image Detector"
|
69 |
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."
|
70 |
examples = [
|
71 |
+
['Fake-1.png'],
|
72 |
+
['Fake-2.png'],
|
73 |
+
['Fake-3.png'],
|
74 |
+
['Fake-4.png'],
|
75 |
+
['Fake-5.png'],
|
76 |
|
77 |
+
['Real-1.png'],
|
78 |
+
['Real-2.png'],
|
79 |
+
['Real-3.png'],
|
80 |
+
['Real-4.png'],
|
81 |
+
['Real-5.png']
|
82 |
|
83 |
]
|
84 |
|