adpro commited on
Commit
266c5f5
·
1 Parent(s): 768a5cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from gluoncv.data.transforms.presets.segmentation import test_transform
9
  # using cpu
10
  ctx = mx.cpu(0)
11
 
12
- model = gluoncv.model_zoo.get_model("psp_resnet101_ade", pretrained=True)
13
 
14
 
15
  def segmentation(image):
 
9
  # using cpu
10
  ctx = mx.cpu(0)
11
 
12
+ model = gluoncv.model_zoo.get_model("deeplab_resnet101_ade", pretrained=True)
13
 
14
 
15
  def segmentation(image):