ciivam commited on
Commit
087532c
·
verified ·
1 Parent(s): 0e70234

Update pipeline.ipynb

Browse files
Files changed (1) hide show
  1. pipeline.ipynb +1 -1
pipeline.ipynb CHANGED
@@ -208,7 +208,7 @@
208
  " text =\"\"\n",
209
  " text2 = \"Deepfakes Confidence: \" + str(fake_ratio*100) + \"%\"\n",
210
  "\n",
211
- " if fake_ratio >= 0.5:\n",
212
  " text = \"The video is FAKE.\"\n",
213
  " else:\n",
214
  " text = \"The video is REAL.\"\n",
 
208
  " text =\"\"\n",
209
  " text2 = \"Deepfakes Confidence: \" + str(fake_ratio*100) + \"%\"\n",
210
  "\n",
211
+ " if fake_ratio >= 0.37:\n",
212
  " text = \"The video is FAKE.\"\n",
213
  " else:\n",
214
  " text = \"The video is REAL.\"\n",