Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def swap_face(source_file, target_file,doFaceEnhancer):
|
|
43 |
roop.globals.keep_frames = False
|
44 |
roop.globals.many_faces = False
|
45 |
roop.globals.video_encoder = "libx264"
|
46 |
-
roop.globals.video_quality =
|
47 |
roop.globals.max_memory = suggest_max_memory()
|
48 |
roop.globals.execution_providers = decode_execution_providers(["cuda"])
|
49 |
roop.globals.execution_threads = suggest_execution_threads()
|
|
|
43 |
roop.globals.keep_frames = False
|
44 |
roop.globals.many_faces = False
|
45 |
roop.globals.video_encoder = "libx264"
|
46 |
+
roop.globals.video_quality = 10
|
47 |
roop.globals.max_memory = suggest_max_memory()
|
48 |
roop.globals.execution_providers = decode_execution_providers(["cuda"])
|
49 |
roop.globals.execution_threads = suggest_execution_threads()
|