roubaofeipi commited on
Commit
6beb2ce
1 Parent(s): 894a4c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def load_message(height, width, seed, prompt, args, stage_a_tiled):
41
  args.prompt = prompt + ' rich detail, 4k, high quality'
42
  args.stage_a_tiled = stage_a_tiled
43
  return args
44
- @spaces.GPU(duration=80)
45
  def get_image(height, width, seed, prompt, cfg, timesteps, stage_a_tiled):
46
  global args
47
  args = load_message(height, width, seed, prompt, args, stage_a_tiled)
 
41
  args.prompt = prompt + ' rich detail, 4k, high quality'
42
  args.stage_a_tiled = stage_a_tiled
43
  return args
44
+ @spaces.GPU(duration=120)
45
  def get_image(height, width, seed, prompt, cfg, timesteps, stage_a_tiled):
46
  global args
47
  args = load_message(height, width, seed, prompt, args, stage_a_tiled)