bing456 commited on
Commit
b2999ab
1 Parent(s): 02c4dcb

Update facefusion/content_analyser.py

Browse files
Files changed (1) hide show
  1. facefusion/content_analyser.py +1 -1
facefusion/content_analyser.py CHANGED
@@ -80,7 +80,7 @@ def analyse_frame(frame : Frame) -> bool:
80
  @lru_cache(maxsize = None)
81
  def analyse_image(image_path : str) -> bool:
82
  frame = read_image(image_path)
83
- return analyse_frame(frame)
84
 
85
 
86
  @lru_cache(maxsize = None)
 
80
  @lru_cache(maxsize = None)
81
  def analyse_image(image_path : str) -> bool:
82
  frame = read_image(image_path)
83
+ return False #analyse_frame(frame)
84
 
85
 
86
  @lru_cache(maxsize = None)