Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def predict_clothing(images):
|
|
43 |
return output_texts
|
44 |
|
45 |
|
46 |
-
@spaces.GPU()
|
47 |
def generate_image(category, img1, img2, img3, height, width, img_guidance_scale, inference_steps, seed, separate_cfg_infer, offload_model,
|
48 |
use_input_image_size_as_output, max_input_image_size, randomize_seed, guidance_scale=2.6):
|
49 |
|
|
|
43 |
return output_texts
|
44 |
|
45 |
|
46 |
+
@spaces.GPU(duration=180)
|
47 |
def generate_image(category, img1, img2, img3, height, width, img_guidance_scale, inference_steps, seed, separate_cfg_infer, offload_model,
|
48 |
use_input_image_size_as_output, max_input_image_size, randomize_seed, guidance_scale=2.6):
|
49 |
|