rphrp1985 commited on
Commit
bda1aec
·
verified ·
1 Parent(s): 63e2954

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def prepare_image(input_image, resolution, hdr):
171
  condition_image = create_hdr_effect(condition_image, hdr)
172
  return condition_image
173
 
174
- @spaces.GPU(duration=90)
175
  @timer_func
176
  def gradio_process_image(input_image, resolution, num_inference_steps, strength, hdr, guidance_scale):
177
  print("Starting image processing...")
 
171
  condition_image = create_hdr_effect(condition_image, hdr)
172
  return condition_image
173
 
174
+ @spaces.GPU(duration=170)
175
  @timer_func
176
  def gradio_process_image(input_image, resolution, num_inference_steps, strength, hdr, guidance_scale):
177
  print("Starting image processing...")