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

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(duration=10)
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,