fallenshock commited on
Commit
5f92dc7
1 Parent(s): 9189e56

gpu duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def get_examples():
63
  return case
64
 
65
 
66
- @spaces.GPU()
67
  def FlowEditRun(
68
  image_src: str,
69
  model_type: str,
 
63
  return case
64
 
65
 
66
+ @spaces.GPU(duration=75)
67
  def FlowEditRun(
68
  image_src: str,
69
  model_type: str,