SakuraD commited on
Commit
31cc0ef
·
1 Parent(s): 272c94f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def set_example_image(example: list) -> dict:
26
 
27
  def inference(img):
28
  result = inference_segmentor(model, img)
29
- res_img = show_result_pyplot(model, img, result, get_palette('cityscapes'))
30
  return res_img
31
 
32
 
 
26
 
27
  def inference(img):
28
  result = inference_segmentor(model, img)
29
+ res_img = show_result_pyplot(model, img, result, get_palette('ade'))
30
  return res_img
31
 
32