Spaces:
addsw11
/
Running on Zero

addsw11 commited on
Commit
226b82d
·
verified ·
1 Parent(s): 3c9223a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transparent_background import Remover
4
  from PIL import Image
5
  import numpy as np
6
 
7
- @spaces.GPU(duration=30)
8
  def remove_background(image):
9
  remover = Remover()
10
  if isinstance(image, Image.Image):
 
4
  from PIL import Image
5
  import numpy as np
6
 
7
+ @spaces.GPU(duration=20)
8
  def remove_background(image):
9
  remover = Remover()
10
  if isinstance(image, Image.Image):