niulx commited on
Commit
6293e52
1 Parent(s): c4781c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def create_segmentation(mask_np_list):
36
  return segmentation
37
 
38
 
39
-
40
  def run_segmentation_wrapper(image):
41
  try:
42
  image, mask_np_list,mask_label_list = run_segmentation(image)
 
36
  return segmentation
37
 
38
 
39
+ @spaces.GPU
40
  def run_segmentation_wrapper(image):
41
  try:
42
  image, mask_np_list,mask_label_list = run_segmentation(image)