Update app.py
Browse files
app.py
CHANGED
@@ -60,9 +60,9 @@ def run_ocrd_pipeline(img_path, status=gr.Progress(), binarize_mode='detailed',
|
|
60 |
|
61 |
|
62 |
demo_data = [
|
63 |
-
['
|
64 |
-
['
|
65 |
-
['
|
66 |
]
|
67 |
|
68 |
|
|
|
60 |
|
61 |
|
62 |
demo_data = [
|
63 |
+
['./demo_data/act_image.jpg', None],
|
64 |
+
['./demo_data/newjersey2_image.jpg', None],
|
65 |
+
['./demo_data/washington_image.jpg', None]
|
66 |
]
|
67 |
|
68 |
|