Qdssa commited on
Commit
4b505e1
·
verified ·
1 Parent(s): 8422829

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=50)
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):