Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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...")
|