Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -152,6 +152,7 @@ def deepfakespredict(input_video):
|
|
152 |
return text, text2, "video.mp4"
|
153 |
|
154 |
|
|
|
155 |
title="EfficientNetV2 Deepfakes Video Detector"
|
156 |
description="This is a demo implementation of EfficientNetV2 Deepfakes Image Detector by using frame-by-frame detection. \
|
157 |
To use it, simply upload your video, or click one of the examples to load them.\
|
|
|
152 |
return text, text2, "video.mp4"
|
153 |
|
154 |
|
155 |
+
|
156 |
title="EfficientNetV2 Deepfakes Video Detector"
|
157 |
description="This is a demo implementation of EfficientNetV2 Deepfakes Image Detector by using frame-by-frame detection. \
|
158 |
To use it, simply upload your video, or click one of the examples to load them.\
|