Spaces:
Running
on
Zero
Running
on
Zero
set zero duration to 90 due to heavy load
Browse files
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'
|