sitammeur commited on
Commit
5986483
1 Parent(s): 9db5e4f

Update image paths

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ ocr_image_output = gr.Image(type="pil", label="Output Image")
12
 
13
  # Examples for the interface (image paths)
14
  examples = [
15
- ["images/ocr_image_1jpg"],
16
- ["images/ocr_image_2.jpg"],
17
  ["images/ocr_image_3.jpg"],
18
  ]
19
 
 
12
 
13
  # Examples for the interface (image paths)
14
  examples = [
15
+ ["images/ocr_image_1.png"],
16
+ ["images/ocr_image_2.png"],
17
  ["images/ocr_image_3.jpg"],
18
  ]
19