Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,7 +152,7 @@ def deepfakespredict(input_video):
|
|
| 152 |
|
| 153 |
|
| 154 |
title="EfficientNetV2 Deepfakes Video Detector"
|
| 155 |
-
description="This is a demo implementation of Deepfakes Video Detector by using EfficientNetV2 on frame-by-frame detection. To use it, simply upload your video, or click one of the examples to load them."
|
| 156 |
|
| 157 |
examples = [
|
| 158 |
['real-1.mp4'],
|
|
|
|
| 152 |
|
| 153 |
|
| 154 |
title="EfficientNetV2 Deepfakes Video Detector"
|
| 155 |
+
description="This is a demo implementation of Deepfakes Video Detector by using EfficientNetV2 on frame-by-frame detection. The accuracy may not be accurate. To use it, simply upload your video, or click one of the examples to load them."
|
| 156 |
|
| 157 |
examples = [
|
| 158 |
['real-1.mp4'],
|