thugCodeNinja commited on
Commit
cdf1b76
1 Parent(s): 32aede9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def deepfakespredict(input_video):
114
 
115
  return text, text2, "video.mp4"
116
 
117
- title = "Group 2- EfficientNetV2 based Deepfake Video Detector"
118
  description = '''Please upload videos responsibly and await the results in a gif. The approach in place includes breaking down the video into several frames followed by collecting
119
  the frames that contain a face. Once these frames are collected the trained model attempts to predict if the face is fake or real and contribute to a deepfake confidence. This confidence level eventually
120
  determines if the video can be considered a fake or not.'''
 
114
 
115
  return text, text2, "video.mp4"
116
 
117
+ title = "Group 2- EfficientNetB2 based Deepfake Video Detector"
118
  description = '''Please upload videos responsibly and await the results in a gif. The approach in place includes breaking down the video into several frames followed by collecting
119
  the frames that contain a face. Once these frames are collected the trained model attempts to predict if the face is fake or real and contribute to a deepfake confidence. This confidence level eventually
120
  determines if the video can be considered a fake or not.'''