Spaces:
Running
Running
gpu duration
Browse files
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=
|
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"
|