Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ pipeline = FluxPipeline.from_pretrained(
|
|
| 14 |
).to('cuda')
|
| 15 |
|
| 16 |
|
| 17 |
-
@spaces.GPU
|
| 18 |
def generate_image(image, prompt, guidance_scale, num_steps, lora_name):
|
| 19 |
# Load the model
|
| 20 |
|
|
|
|
| 14 |
).to('cuda')
|
| 15 |
|
| 16 |
|
| 17 |
+
@spaces.GPU
|
| 18 |
def generate_image(image, prompt, guidance_scale, num_steps, lora_name):
|
| 19 |
# Load the model
|
| 20 |
|