Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ pipe = StableDiffusionXLFillPipeline.from_pretrained(
|
|
45 |
pipe.scheduler = TCDScheduler.from_config(pipe.scheduler.config)
|
46 |
|
47 |
|
48 |
-
@spaces.GPU(duration=
|
49 |
def fill_image(prompt, image, model_selection):
|
50 |
(
|
51 |
prompt_embeds,
|
|
|
45 |
pipe.scheduler = TCDScheduler.from_config(pipe.scheduler.config)
|
46 |
|
47 |
|
48 |
+
@spaces.GPU(duration=16)
|
49 |
def fill_image(prompt, image, model_selection):
|
50 |
(
|
51 |
prompt_embeds,
|