kaytoo2022 commited on
Commit
8d51b63
·
verified ·
1 Parent(s): 3768870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ pipe.to("cuda")
26
 
27
  MAX_SEED = 2**32-1
28
 
29
- @spaces.GPU(duration=120)
30
  def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, lora_scale_ghibsky, progress=gr.Progress(track_tqdm=True)):
31
  # Set random seed for reproducibility
32
  if randomize_seed:
 
26
 
27
  MAX_SEED = 2**32-1
28
 
29
+ @spaces.GPU(duration=80)
30
  def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, lora_scale_ghibsky, progress=gr.Progress(track_tqdm=True)):
31
  # Set random seed for reproducibility
32
  if randomize_seed: