jedick commited on
Commit
fb36fb0
·
1 Parent(s): 5a19eb4

Increase @spaces.GPU duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ def to_workflow(request: gr.Request, *args):
218
  yield value
219
 
220
 
221
- @spaces.GPU(duration=60)
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