Update image paths
Browse files
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/
|
16 |
-
["images/ocr_image_2.
|
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 |
|