Spaces:
Running
Running
Commit
·
22da9c6
1
Parent(s):
a4dfa10
Update DeepFakeAI/core.py
Browse files- DeepFakeAI/core.py +0 -1
DeepFakeAI/core.py
CHANGED
@@ -268,7 +268,6 @@ def conditional_process() -> None:
|
|
268 |
if is_video(DeepFakeAI.globals.target_path):
|
269 |
process_video()
|
270 |
|
271 |
-
|
272 |
def run() -> None:
|
273 |
parse_args()
|
274 |
limit_resources()
|
|
|
268 |
if is_video(DeepFakeAI.globals.target_path):
|
269 |
process_video()
|
270 |
|
|
|
271 |
def run() -> None:
|
272 |
parse_args()
|
273 |
limit_resources()
|