Spaces:
Running
on
Zero
Running
on
Zero
jedick
commited on
Commit
·
fb36fb0
1
Parent(s):
5a19eb4
Increase @spaces.GPU duration
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ def to_workflow(request: gr.Request, *args):
|
|
218 |
yield value
|
219 |
|
220 |
|
221 |
-
@spaces.GPU(duration=
|
222 |
def run_workflow_local(*args):
|
223 |
for value in run_workflow(*args):
|
224 |
yield value
|
|
|
218 |
yield value
|
219 |
|
220 |
|
221 |
+
@spaces.GPU(duration=120)
|
222 |
def run_workflow_local(*args):
|
223 |
for value in run_workflow(*args):
|
224 |
yield value
|