DamarJati commited on
Commit
dc36fc1
·
verified ·
1 Parent(s): c78f2dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ pipe.fuse_lora()
20
 
21
  MAX_SEED = 2**32-1
22
 
23
- @spaces.GPU(enable_queue=True)
24
  def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, progress=gr.Progress(track_tqdm=True)):
25
  # Set random seed for reproducibility
26
  if randomize_seed:
 
20
 
21
  MAX_SEED = 2**32-1
22
 
23
+ @spaces.GPU(duration=120)
24
  def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, progress=gr.Progress(track_tqdm=True)):
25
  # Set random seed for reproducibility
26
  if randomize_seed: