Spaces:
Running
Running
Update facefusion/types.py
Browse files- facefusion/types.py +2 -2
facefusion/types.py
CHANGED
@@ -246,7 +246,7 @@ StateKey = Literal\
|
|
246 |
'jobs_path',
|
247 |
'source_paths',
|
248 |
'target_path',
|
249 |
-
|
250 |
'source_pattern',
|
251 |
'target_pattern',
|
252 |
'output_pattern',
|
@@ -314,7 +314,7 @@ State = TypedDict('State',
|
|
314 |
'jobs_path' : str,
|
315 |
'source_paths' : List[str],
|
316 |
'target_path' : str,
|
317 |
-
|
318 |
'source_pattern' : str,
|
319 |
'target_pattern' : str,
|
320 |
'output_pattern' : str,
|
|
|
246 |
'jobs_path',
|
247 |
'source_paths',
|
248 |
'target_path',
|
249 |
+
'output_path',
|
250 |
'source_pattern',
|
251 |
'target_pattern',
|
252 |
'output_pattern',
|
|
|
314 |
'jobs_path' : str,
|
315 |
'source_paths' : List[str],
|
316 |
'target_path' : str,
|
317 |
+
'output_path' : str,
|
318 |
'source_pattern' : str,
|
319 |
'target_pattern' : str,
|
320 |
'output_pattern' : str,
|