Jonny001 commited on
Commit
4497450
·
verified ·
1 Parent(s): 1fea3fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def swap_face(source_file, target_file, doFaceEnhancer):
44
  roop.globals.video_encoder = "libx264"
45
  roop.globals.video_quality = 18
46
  roop.globals.max_memory = suggest_max_memory()
47
- roop.globals.execution_providers = decode_execution_providers(["cpu"])
48
  roop.globals.execution_threads = suggest_execution_threads()
49
 
50
  print(
 
44
  roop.globals.video_encoder = "libx264"
45
  roop.globals.video_quality = 18
46
  roop.globals.max_memory = suggest_max_memory()
47
+ roop.globals.execution_providers = decode_execution_providers(["cuda"])
48
  roop.globals.execution_threads = suggest_execution_threads()
49
 
50
  print(