Spaces:
Running
Running
Update facefusion/core.py
Browse files- facefusion/core.py +1 -1
facefusion/core.py
CHANGED
@@ -130,7 +130,7 @@ def common_pre_check() -> bool:
|
|
130 |
content_analyser_content = inspect.getsource(content_analyser).encode()
|
131 |
is_valid = hash_helper.create_hash(content_analyser_content) == 'b159fd9d'
|
132 |
|
133 |
-
return all(module.pre_check() for module in common_modules)
|
134 |
|
135 |
|
136 |
def processors_pre_check() -> bool:
|
|
|
130 |
content_analyser_content = inspect.getsource(content_analyser).encode()
|
131 |
is_valid = hash_helper.create_hash(content_analyser_content) == 'b159fd9d'
|
132 |
|
133 |
+
return all(module.pre_check() for module in common_modules)
|
134 |
|
135 |
|
136 |
def processors_pre_check() -> bool:
|