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