OzzyGT HF staff commited on
Commit
4c88c59
1 Parent(s): a18baf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
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=10)
49
  def fill_image(prompt, image, model_selection):
50
  (
51
  prompt_embeds,