fffiloni commited on
Commit
caed254
·
verified ·
1 Parent(s): 4474d4b

set zero duration to 90 due to heavy load

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def resize_image(input_path, output_path, target_height):
40
 
41
  return output_path, new_width, target_height
42
 
43
- @spaces.GPU()
44
  def infer(image_in, prompt, inference_steps, guidance_scale, control_weight, progress=gr.Progress(track_tqdm=True)):
45
 
46
  n_prompt = 'NSFW, nude, naked, porn, ugly'
 
40
 
41
  return output_path, new_width, target_height
42
 
43
+ @spaces.GPU(duration=90)
44
  def infer(image_in, prompt, inference_steps, guidance_scale, control_weight, progress=gr.Progress(track_tqdm=True)):
45
 
46
  n_prompt = 'NSFW, nude, naked, porn, ugly'