Ivanrs commited on
Commit
7a4ceef
1 Parent(s): 1b12c5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -61,10 +61,10 @@ interface = gr.Interface(
61
  gr.Image(label = "ORB Output"),
62
  ],
63
  examples = [
64
- ["images/img1.jpg", "images/img2.jpg"],
65
- ["images/img3.jpg", "images/img4.jpg"],
66
- ["images/img5.jpg", "images/img6.png"],
67
- ["images/img7.jpeg", "images/img8.jpeg"]
68
  ]
69
  )
70
 
 
61
  gr.Image(label = "ORB Output"),
62
  ],
63
  examples = [
64
+ ["img1.jpg", "img2.jpg"],
65
+ ["img3.jpg", "img4.jpg"],
66
+ ["img5.jpg", "img6.png"],
67
+ ["img7.jpeg", "img8.jpeg"]
68
  ]
69
  )
70