ledback commited on
Commit
76cdfc1
1 Parent(s): dadce4c

Update facefusion/content_analyser.py

Browse files
Files changed (1) hide show
  1. facefusion/content_analyser.py +1 -1
facefusion/content_analyser.py CHANGED
@@ -24,7 +24,7 @@ MODELS : Dict[str, ModelValue] =\
24
  }
25
  MAX_PROBABILITY = 999999.9
26
  MAX_RATE = 5
27
- STREAM_COUNTER = 0
28
 
29
 
30
  def get_content_analyser() -> Any:
 
24
  }
25
  MAX_PROBABILITY = 999999.9
26
  MAX_RATE = 5
27
+ STREAM_COUNTER = 1
28
 
29
 
30
  def get_content_analyser() -> Any: