alphadead commited on
Commit
4f2bb35
·
verified ·
1 Parent(s): 0e6fe57

gpu duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from roop.utilities import normalize_output_path
13
  import os
14
  from PIL import Image
15
 
16
- @spaces.GPU(duration=300)
17
  def swap_face(source_file, target_file, doFaceEnhancer):
18
 
19
  source_path = "input.jpg"
 
13
  import os
14
  from PIL import Image
15
 
16
+ @spaces.GPU(duration=120)
17
  def swap_face(source_file, target_file, doFaceEnhancer):
18
 
19
  source_path = "input.jpg"