Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def _handle_roop_solve(
|
|
27 |
|
28 |
return message, ROOP_OUTPUT_VIDEO_PATH
|
29 |
|
30 |
-
@spaces.GPU
|
31 |
def handle_roop(
|
32 |
video_path: str,
|
33 |
img_path: str
|
|
|
27 |
|
28 |
return message, ROOP_OUTPUT_VIDEO_PATH
|
29 |
|
30 |
+
@spaces.GPU(duration=600)
|
31 |
def handle_roop(
|
32 |
video_path: str,
|
33 |
img_path: str
|