nftblackmagic commited on
Commit
d572fbe
1 Parent(s): 67e6d75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ pipe = FluxFillPipeline.from_pretrained(
26
  ).to(device)
27
  print('Loading Finished!')
28
 
29
- @spaces.GPU(duration=90)
30
  def gradio_inference(
31
  image_data,
32
  garment,
 
26
  ).to(device)
27
  print('Loading Finished!')
28
 
29
+ @spaces.GPU(duration=120)
30
  def gradio_inference(
31
  image_data,
32
  garment,