yucornetto commited on
Commit
85b6ee8
·
1 Parent(s): 24a36e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -12
app.py CHANGED
@@ -68,20 +68,10 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2207.040
68
 
69
  examples = [
70
  [
71
- "demo/examples/coco.jpg",
72
- "black pickup truck,pickup truck;blue sky,sky",
73
- ["COCO (133 categories)", "ADE (150 categories)", "LVIS (1203 categories)"],
74
- ],
75
- [
76
- "demo/examples/ade.jpg",
77
- "luggage,suitcase,baggage;handbag",
78
  ["ADE (150 categories)"],
79
  ],
80
- [
81
- "demo/examples/ego4d.jpg",
82
- "faucet,tap;kitchen paper,paper towels",
83
- ["COCO (133 categories)"],
84
- ],
85
  ]
86
 
87
 
 
68
 
69
  examples = [
70
  [
71
+ "demo/examples/ADE_val_00000001.jpg",
72
+ "",
 
 
 
 
 
73
  ["ADE (150 categories)"],
74
  ],
 
 
 
 
 
75
  ]
76
 
77