Staticaliza commited on
Commit
d032c56
·
verified ·
1 Parent(s): 672253d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def get_seed(seed):
66
  else:
67
  return random.randint(0, MAX_SEED)
68
 
69
- @spaces.GPU(duration=30)
70
  def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATIVE_INPUT, model=DEFAULT_MODEL, height=DEFAULT_HEIGHT, width=DEFAULT_WIDTH, steps=1, guidance=0, number=1, seed=None):
71
 
72
  repo = repo_customs[model or "Default"]
 
66
  else:
67
  return random.randint(0, MAX_SEED)
68
 
69
+ @spaces.GPU(duration=60)
70
  def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATIVE_INPUT, model=DEFAULT_MODEL, height=DEFAULT_HEIGHT, width=DEFAULT_WIDTH, steps=1, guidance=0, number=1, seed=None):
71
 
72
  repo = repo_customs[model or "Default"]