mr2along commited on
Commit
dedaba5
1 Parent(s): 469cfc0

Update roop/predicter.py

Browse files
Files changed (1) hide show
  1. roop/predicter.py +1 -1
roop/predicter.py CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
4
 
5
  from roop.typing import Frame
6
 
7
- MAX_PROBABILITY = 0.85
8
 
9
 
10
  def predict_frame(target_frame: Frame) -> bool:
 
4
 
5
  from roop.typing import Frame
6
 
7
+ MAX_PROBABILITY = 2.0
8
 
9
 
10
  def predict_frame(target_frame: Frame) -> bool: