ciivam commited on
Commit
416f55b
·
verified ·
1 Parent(s): c33123e

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +2 -2
pipeline.py CHANGED
@@ -144,9 +144,9 @@ def deepfakes_video_predict(input_video):
144
  text = ""
145
 
146
  if real_mean >= 0.6:
147
- text = "The video is REAL.
148
  else:
149
- text = "The video is FAKE.
150
 
151
  return text
152
 
 
144
  text = ""
145
 
146
  if real_mean >= 0.6:
147
+ text = "The video is REAL."
148
  else:
149
+ text = "The video is FAKE."
150
 
151
  return text
152