Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=
|
|
19 |
pipe.to("cuda") # Comment this line if GPU is not available
|
20 |
|
21 |
# Function to process the image
|
22 |
-
@spaces.GPU(duration=
|
23 |
def process_image(
|
24 |
mode, image_layers, prompt, edit_prompt, seed, randomize_seed, num_inference_steps,
|
25 |
max_steps, learning_rate, max_source_steps, optimization_steps, true_cfg, mask_input
|
|
|
19 |
pipe.to("cuda") # Comment this line if GPU is not available
|
20 |
|
21 |
# Function to process the image
|
22 |
+
@spaces.GPU(duration=90)
|
23 |
def process_image(
|
24 |
mode, image_layers, prompt, edit_prompt, seed, randomize_seed, num_inference_steps,
|
25 |
max_steps, learning_rate, max_source_steps, optimization_steps, true_cfg, mask_input
|