ysharma HF Staff commited on
Commit
55a3fb9
·
verified ·
1 Parent(s): b87aeee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -680,24 +680,24 @@ with gr.Blocks(theme='ocean') as demo:
680
  examples = [
681
  [
682
  {
683
- "image": "/examples/example1-1.png",
684
  "boxes": [{"xmin": 61, "ymin": 298, "xmax": 228, "ymax": 462}],
685
  },
686
- "/examples/example1-2.png",
687
  ],
688
  [
689
  {
690
- "image": "/examples/example2-1.png",
691
  "boxes": [{"xmin": 205, "ymin": 791, "xmax": 813, "ymax": 1161}],
692
  },
693
- "/examples/example2-2.jpg",
694
  ],
695
  [
696
  {
697
- "image": "/examples/example3-1.png",
698
  "boxes": [{"xmin": 24, "ymin": 465, "xmax": 146, "ymax": 607}],
699
  },
700
- "/examples/example3-2.png",
701
  ],
702
  ]
703
 
 
680
  examples = [
681
  [
682
  {
683
+ "image": "examples/example1-1.png",
684
  "boxes": [{"xmin": 61, "ymin": 298, "xmax": 228, "ymax": 462}],
685
  },
686
+ "examples/example1-2.png",
687
  ],
688
  [
689
  {
690
+ "image": "examples/example2-1.png",
691
  "boxes": [{"xmin": 205, "ymin": 791, "xmax": 813, "ymax": 1161}],
692
  },
693
+ "examples/example2-2.jpg",
694
  ],
695
  [
696
  {
697
+ "image": "examples/example3-1.png",
698
  "boxes": [{"xmin": 24, "ymin": 465, "xmax": 146, "ymax": 607}],
699
  },
700
+ "examples/example3-2.png",
701
  ],
702
  ]
703